run tests on C# (expecting them to fail CI)
This commit is contained in:
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@@ -12,6 +12,7 @@ jobs:
|
||||
python-version: ['3.x']
|
||||
test-target:
|
||||
- KISS_TARGET=cpp
|
||||
- KISS_TARGET=cs
|
||||
- KISS_TARGET=interp
|
||||
- KISS_TARGET=js
|
||||
- KISS_TARGET=nodejs
|
||||
|
2
kiss/build-scripts/cs/test-cs.sh
Normal file
2
kiss/build-scripts/cs/test-cs.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
#! /bin/bash
|
||||
./bin/cs/test/bin/TestMain
|
3
kiss/build-scripts/cs/test.hxml
Normal file
3
kiss/build-scripts/cs/test.hxml
Normal file
@@ -0,0 +1,3 @@
|
||||
-lib hxcs
|
||||
-cs bin/cs/test
|
||||
-cmd bash kiss/build-scripts/cs/test-cs.sh
|
Reference in New Issue
Block a user