Skip to content

Commit

Permalink
fixed build-inside not creating build directory
Browse files Browse the repository at this point in the history
fixed readme typo for linux test command
  • Loading branch information
Southclaws committed Apr 11, 2018
1 parent c321228 commit 840e446
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,5 @@ actually on a Linux machine, just run the Windows makefile command above and
it'll still run fine on Linux!

```bash
make test-debian
make test-linux
```
4 changes: 3 additions & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@ test-linux-inside:
# -

build-linux:
rm -rf build
-rm -rf build
-mkdir build
docker build -t southclaws/uuid-build .
docker run -v $(shell pwd)/test/plugins:/root/test/plugins southclaws/uuid-build

build-inside:
-mkdir build
cd build && cmake .. && make

0 comments on commit 840e446

Please sign in to comment.