Updated Appveyor to test testsuite

This commit is contained in:
CPunch 2021-03-19 22:25:23 -05:00
parent 1813bbeb1b
commit b9e9dedac6
1 changed files with 5 additions and 1 deletions

View File

@ -9,6 +9,10 @@ version: 'cosmo-0.1.{build}'
only_commits:
files:
- src/
- main.c
- Makefile
- CMakeLists.txt
- appveyor.yml
# images we're using
image:
@ -21,7 +25,7 @@ install:
- sudo apt install clang cmake -y
build_script:
- cmake . && make
- make && ./bin/cosmo examples/testsuite.cosmo examples/getters_setters.cosmo
artifacts:
- path: bin