mirror of
https://github.com/encounter/cpp3ds.git
synced 2026-03-30 11:04:22 -07:00
Fix travis script
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
cpp3ds [](https://travis-ci.org/Cruel/cpp3ds)
|
||||
cpp3ds [](https://travis-ci.org/Cruel/cpp3ds)
|
||||
======
|
||||
|
||||
Basic C++ gaming framework and library for Nintendo 3DS
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
echo "Compiling unit tests..."
|
||||
g++ main.cpp -lgtest -std=c++11 -o test
|
||||
g++ main.cpp -lgtest -o test
|
||||
echo "Running unit tests..."
|
||||
./test -v
|
||||
result=$?
|
||||
|
||||
Reference in New Issue
Block a user