diff options
| author | ruki <[email protected]> | 2020-06-25 00:47:30 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-06-24 22:45:01 +0800 |
| commit | 5f4df94934757ae2876d498500b1588fb5f06fb8 (patch) | |
| tree | 6cae83a2977bf33534c6d332d645abc4dcace8fb | |
| parent | 158b3b4f47a040430d42055cd23ba5289c77ece2 (diff) | |
remove travis ci
| -rw-r--r-- | .travis.yml | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index d6a0f626d..000000000 --- a/.travis.yml +++ /dev/null @@ -1,37 +0,0 @@ -sudo: required -language: C - -matrix: - include: - - os: osx - - os: linux - dist: trusty - compiler: gcc-5 - addons: - apt: - sources: - - ubuntu-toolchain-r-test - packages: - - gcc-5 - - p7zip-full - -install: - - if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update; brew install dmd rust p7zip; fi - - echo $CI - -script: - - scripts/get.sh __local__ - - source ~/.xmake/profile - - xmake --version - - xmake -P core - - export XMAKE_PROGRAM_DIR=$PWD/xmake - - core/build/xmake --version - - export XMAKE_PROGRAM_DIR=~/.local/share/xmake - - cp core/build/xmake "$XMAKE_PROGRAM_DIR" || sudo cp core/build/xmake "$XMAKE_PROGRAM_DIR" - - xmake --version - - xmake l private.utils.bcsave --rootname='@programdir' -x 'scripts/**|templates/**' xmake - - xmake --version - - travis_wait 60 xmake lua -v -D tests/run.lua - - scripts/archive-all - - scripts/makeself/build-runfile.sh - - artifacts/xmake.gz.run --info |
