7 lines
120 B
Bash
Executable File
7 lines
120 B
Bash
Executable File
#! /bin/bash
|
|
|
|
if [ ! -z "$TRAVIS_OS_NAME" ]; then
|
|
npm install pdf-lib
|
|
fi
|
|
haxelib dev kiss ../../kiss
|
|
haxe build.hxml |