Skip to content

Commit

Permalink
disable osx and windows builds due to slow build time
Browse files Browse the repository at this point in the history
  • Loading branch information
cekees committed Apr 2, 2024
1 parent a14e9a9 commit 8dbd622
Showing 1 changed file with 0 additions and 44 deletions.
44 changes: 0 additions & 44 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,47 +30,3 @@ jobs:
script:
- export MPLBACKEND="AGG"
- py.test -n 1 --forked -v proteus/tests --ignore proteus/tests/POD

- stage: test
name: "conda osx"
os: osx
osx_image: xcode14.2
env: TEST_PROFILE="proteus-conda-osx"
install:
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-MacOSX-x86_64.sh -O miniconda.sh;
- bash miniconda.sh -b -p $HOME/miniconda
- source "$HOME/miniconda/etc/profile.d/conda.sh"
- hash -r
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- conda info -a
- conda env create -f environment-dev.yml
- conda activate proteus-dev
- PROTEUS_OPT="-g0 -O1" N=2 make develop-conda
script:
- export MPLBACKEND="AGG"
- git lfs install
- git lfs pull
- py.test -n 1 --forked -v proteus/tests --ignore proteus/tests/POD

- stage: test
name: "conda windows wsl"
os: windows
env: TEST_PROFILE="proteus-conda"
install:
- sudo apt-get update
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
- bash miniconda.sh -b -p $HOME/miniconda
- source "$HOME/miniconda/etc/profile.d/conda.sh"
- hash -r
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- conda info -a
- conda env create -f environment-dev.yml
- conda activate proteus-dev
- PROTEUS_OPT="-g0 -O1" N=2 make develop-conda
script:
- export MPLBACKEND="AGG"
- git lfs install
- git lfs pull
- py.test -n 1 --forked -v proteus/tests --ignore proteus/tests/POD

0 comments on commit 8dbd622

Please sign in to comment.