3782314585
Adds both osx and linux as CI targets.
8 lines
94 B
YAML
8 lines
94 B
YAML
os:
|
|
- linux
|
|
|
|
script:
|
|
- make -f Bootstrap.mak $TRAVIS_OS_NAME
|
|
- bin/release/premake5 test
|
|
|