UNPKG

haxe

Version:

Wrapper of Haxe, an open source toolkit based on a modern, high level, strictly typed programming language, a cross-compiler, a complete cross-platform standard library and ways to access each platform's native capabilities.

16 lines (11 loc) 204 B
version: "{build}" environment: global: nodejs_version: "LTS" install: - ps: Install-Product node $env:nodejs_version - node --version - npm --version build: off test_script: - npm test