Removed old CI build files
This commit is contained in:
parent
796f517511
commit
67d06f00dd
30
.travis.yml
30
.travis.yml
@ -1,30 +0,0 @@
|
||||
language: c++
|
||||
dist: trusty
|
||||
sudo: false
|
||||
matrix:
|
||||
include:
|
||||
# Linux Debug
|
||||
- os: linux
|
||||
compiler: gcc
|
||||
env:
|
||||
- CONFIGURATION=debug
|
||||
# Linux Release
|
||||
- os: linux
|
||||
compiler: gcc
|
||||
env:
|
||||
- CONFIGURATION=release
|
||||
# macOS Debug x86
|
||||
- os: osx
|
||||
osx_image: xcode9
|
||||
env:
|
||||
- CONFIGURATION=debug
|
||||
# macOS Release x86
|
||||
- os: osx
|
||||
osx_image: xcode9
|
||||
env:
|
||||
- CONFIGURATION=release
|
||||
|
||||
script:
|
||||
- make -f Bootstrap.mak $TRAVIS_OS_NAME CONFIG=${CONFIGURATION}
|
||||
- bin/${CONFIGURATION}/premake5 test
|
||||
|
19
appveyor.yml
19
appveyor.yml
@ -1,19 +0,0 @@
|
||||
os: Visual Studio 2015
|
||||
|
||||
platform:
|
||||
- Win32
|
||||
- x64
|
||||
|
||||
configuration:
|
||||
- Debug
|
||||
- Release
|
||||
|
||||
before_build:
|
||||
- cmd: git clean -ffxd
|
||||
|
||||
build_script:
|
||||
- cmd: call "%VS140COMNTOOLS%\..\..\VC\vcvarsall.bat"
|
||||
- cmd: nmake -f Bootstrap.mak MSDEV=vs2015 windows PLATFORM=%PLATFORM% CONFIG=%CONFIGURATION%
|
||||
|
||||
test_script:
|
||||
- cmd: bin\%CONFIGURATION%\premake5 test
|
Reference in New Issue
Block a user