run tests on C# (expecting them to fail CI)

This commit is contained in:
2021-07-16 16:02:29 -06:00
parent f3bdb8a52b
commit b92aef7874
3 changed files with 6 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ jobs:
python-version: ['3.x'] python-version: ['3.x']
test-target: test-target:
- KISS_TARGET=cpp - KISS_TARGET=cpp
- KISS_TARGET=cs
- KISS_TARGET=interp - KISS_TARGET=interp
- KISS_TARGET=js - KISS_TARGET=js
- KISS_TARGET=nodejs - KISS_TARGET=nodejs

View File

@@ -0,0 +1,2 @@
#! /bin/bash
./bin/cs/test/bin/TestMain

View File

@@ -0,0 +1,3 @@
-lib hxcs
-cs bin/cs/test
-cmd bash kiss/build-scripts/cs/test-cs.sh