From abbb397763e80ab309c6f5ec653846a521e19645 Mon Sep 17 00:00:00 2001 From: Kyle Date: Tue, 22 Dec 2020 21:55:45 +0800 Subject: [PATCH] Update .travis.yml --- .travis.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6374544..c9a04d9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,18 +12,6 @@ before_install: - git clone -b 2.1-distutils https://github.com/alliedmodders/ambuild ${DEPS_DIR}/ambuild jobs: include: - - name: Linux - dist: xenial - python: 3 - before_script: - - sudo apt-get install -y gcc-multilib g++-multilib binutils python3-setuptools - - | - pushd ${DEPS_DIR}/ambuild - sudo python3 setup.py install - popd - - chmod +x build.sh - script: - - "./build.sh" - name: Windows os: windows python: 3.9 @@ -39,6 +27,18 @@ jobs: popd script: - "./build.bat" + - name: Linux + dist: xenial + python: 3 + before_script: + - sudo apt-get install -y gcc-multilib g++-multilib binutils python3-setuptools + - | + pushd ${DEPS_DIR}/ambuild + sudo python3 setup.py install + popd + - chmod +x build.sh + script: + - "./build.sh" before_deploy: - git config --local user.name "Kxnrl" - git config --local user.email "kyle@kxnrl.com"