From b9e9dedac6bc287f528d8f3bdb256ce19c7e23d7 Mon Sep 17 00:00:00 2001 From: CPunch Date: Fri, 19 Mar 2021 22:25:23 -0500 Subject: [PATCH] Updated Appveyor to test testsuite --- appveyor.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 9587987..7bb3488 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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