test nat-archive-tool on many targets

This commit is contained in:
2021-08-01 20:16:59 -06:00
parent 9e75fd8d5b
commit 03626e974d
6 changed files with 15 additions and 5 deletions

View File

@@ -1,4 +1,8 @@
#! /bin/bash
haxelib dev nat-archive-tool .
haxe test.hxml
# Run these tests on every target that could be used for a NAT front-end
# (also to test (#extern) on multiple targets)
haxe test.hxml py.hxml &&
haxe test.hxml js.hxml &&
haxe test.hxml cpp.hxml &&
haxe test.hxml --interp