Skip to content

allocate data buffer _once_ #4

allocate data buffer _once_

allocate data buffer _once_ #4

Workflow file for this run

name: jvm
on:
push:
pull_request:
repository_dispatch:
jobs:
run-tests:
uses: vegardit/haxe-reusable-workflows/.github/workflows/test-with-haxe.yml@v1
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
haxe:
- 4.2.5
with:
runner-os: ${{ matrix.os }}
haxe-version: ${{ matrix.haxe }}
haxe-libs: |
utest
hxnodejs
test-jvm: tests/common-jvm.hxml --class-path tests
before-tests: |
git clone https://github.com/core-haxe/promises
haxelib dev promises promises
git clone https://github.com/core-haxe/logging
haxelib dev logging logging
git clone https://github.com/core-haxe/websockets
haxelib dev websockets websockets
cd tests
haxe build-servers.hxml
cd ..
cd tests/build/nodejs
cp ../../package.json .
npm install
cd ../../..