|
@@ -221,7 +221,6 @@ xmldoc:
|
|
|
RUN haxelib newrepo
|
|
|
RUN haxelib git hxcpp https://github.com/HaxeFoundation/hxcpp
|
|
|
RUN haxelib git hxjava https://github.com/HaxeFoundation/hxjava
|
|
|
- RUN haxelib git hxcs https://github.com/HaxeFoundation/hxcs
|
|
|
RUN haxe doc.hxml
|
|
|
|
|
|
ARG COMMIT
|
|
@@ -271,11 +270,6 @@ test-environment-php:
|
|
|
DO +INSTALL_PACKAGES --PACKAGES="php-cli php-mbstring php-sqlite3"
|
|
|
SAVE IMAGE --cache-hint
|
|
|
|
|
|
-test-environment-cs:
|
|
|
- FROM +test-environment
|
|
|
- DO +INSTALL_PACKAGES --PACKAGES="mono-devel mono-mcs"
|
|
|
- SAVE IMAGE --cache-hint
|
|
|
-
|
|
|
test-environment-hl:
|
|
|
FROM +test-environment
|
|
|
DO +INSTALL_PACKAGES --PACKAGES="cmake ninja-build libturbojpeg-dev libpng-dev zlib1g-dev libvorbis-dev libsqlite3-dev"
|
|
@@ -361,12 +355,6 @@ test-jvm:
|
|
|
ENV GITHUB_ACTIONS=$GITHUB_ACTIONS
|
|
|
DO +RUN_CI --TEST=jvm
|
|
|
|
|
|
-test-cs:
|
|
|
- FROM +test-environment-cs
|
|
|
- ARG GITHUB_ACTIONS
|
|
|
- ENV GITHUB_ACTIONS=$GITHUB_ACTIONS
|
|
|
- DO +RUN_CI --TEST=cs
|
|
|
-
|
|
|
test-php:
|
|
|
FROM +test-environment-php
|
|
|
ARG GITHUB_ACTIONS
|
|
@@ -400,7 +388,6 @@ test-all:
|
|
|
BUILD +test-python
|
|
|
BUILD +test-java
|
|
|
BUILD +test-jvm
|
|
|
- BUILD +test-cs
|
|
|
BUILD +test-cpp
|
|
|
BUILD +test-lua
|
|
|
BUILD +test-js
|