Update .travis.yml
This commit is contained in:
+12
-12
@@ -12,18 +12,6 @@ before_install:
|
|||||||
- git clone -b 2.1-distutils https://github.com/alliedmodders/ambuild ${DEPS_DIR}/ambuild
|
- git clone -b 2.1-distutils https://github.com/alliedmodders/ambuild ${DEPS_DIR}/ambuild
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
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
|
- name: Windows
|
||||||
os: windows
|
os: windows
|
||||||
python: 3.9
|
python: 3.9
|
||||||
@@ -39,6 +27,18 @@ jobs:
|
|||||||
popd
|
popd
|
||||||
script:
|
script:
|
||||||
- "./build.bat"
|
- "./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:
|
before_deploy:
|
||||||
- git config --local user.name "Kxnrl"
|
- git config --local user.name "Kxnrl"
|
||||||
- git config --local user.email "[email protected]"
|
- git config --local user.email "[email protected]"
|
||||||
|
|||||||
Reference in New Issue
Block a user