Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/dimkauzh/festi into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkauzh committed Dec 6, 2023
2 parents 5089994 + 615b5a4 commit 82525f6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@ CMakeFiles/
**.a
**.dll
**.so
**.exe
**.exe

.idea
.cmake
Testing
2 changes: 1 addition & 1 deletion test/test.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@echo off
cmake . -G "Unix Makefiles"
make
make -j8
.\bin\test\test_program.exe
del .\bin\test\test_program.exe
2 changes: 1 addition & 1 deletion test/test.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake .
make
make -j8
./bin/test/test_program
rm bin/test/test_program

0 comments on commit 82525f6

Please sign in to comment.