mirror of
https://github.com/CPunch/Cosmo.git
synced 2024-11-05 16:20:06 +00:00
Updated Appveyor to test testsuite
This commit is contained in:
parent
d761970f17
commit
012d3702bf
@ -9,6 +9,10 @@ version: 'cosmo-0.1.{build}'
|
|||||||
only_commits:
|
only_commits:
|
||||||
files:
|
files:
|
||||||
- src/
|
- src/
|
||||||
|
- main.c
|
||||||
|
- Makefile
|
||||||
|
- CMakeLists.txt
|
||||||
|
- appveyor.yml
|
||||||
|
|
||||||
# images we're using
|
# images we're using
|
||||||
image:
|
image:
|
||||||
@ -21,7 +25,7 @@ install:
|
|||||||
- sudo apt install clang cmake -y
|
- sudo apt install clang cmake -y
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- cmake . && make
|
- make && ./bin/cosmo examples/testsuite.cosmo examples/getters_setters.cosmo
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: bin
|
- path: bin
|
||||||
|
Loading…
Reference in New Issue
Block a user