]> git.lizzy.rs Git - nothing.git/blobdiff - .travis.yml
TODO(#456)
[nothing.git] / .travis.yml
index b3cb2c095e45d7ec16bf38c2cdd1b168148d603e..d17a45a0dc5f90ea2ce0ede4387e380f946c10d5 100644 (file)
@@ -8,8 +8,13 @@ addons:
       - gcc
       - libsdl2-dev
       - libsdl2-mixer-dev
+      - python3
 script:
   - mkdir build/
   - cd build/
   - cmake ..
-  - make
+  - make -k
+  - ./nothing_test
+  - cd ../levels/
+  - make clean
+  - make -k