All checks were successful
CI / test-core (ubuntu-latest) (push) Successful in 4m41s
13 lines
329 B
Bash
Executable File
13 lines
329 B
Bash
Executable File
#! /bin/bash
|
|
|
|
if [ -n "$CI_OS_NAME" ]; then
|
|
lix install haxelib:hxnodejs
|
|
lix install haxelib:hxcpp
|
|
fi
|
|
|
|
# Run these tests on every target that could be used for a NAT front-end
|
|
haxe test.hxml py.hxml &&
|
|
haxe test.hxml js.hxml &&
|
|
haxe test.hxml cpp.hxml &&
|
|
haxe test.hxml --interp # &&
|
|
# haxelib run nat-archive-tool _TEST_ |