Skip to content

Commit

Permalink
cirrus test 6
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellkammer committed Apr 19, 2024
1 parent 03f18fd commit 00a187f
Showing 1 changed file with 40 additions and 39 deletions.
79 changes: 40 additions & 39 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ setup_macos: &SETUP_MACOS
sudo installer -pkg csound-MacOS-universal-6.18.1.pkg -target /
csound --version
brew install python@$PYVERSION
ls -l
python3 --version
python3 -m venv .venv
source .venv/bin/activate
ls -l
if [ $METHOD = pip ]; then
if [[ "$METHOD" == "pip" ]]; then
python3 -m pip install maelzel
else
python3 -m pip install .
Expand Down Expand Up @@ -55,40 +56,40 @@ test_git_309_task:
<<: *PERFORM_TESTS


test_git_311_task:
macos_instance:
image: ghcr.io/cirruslabs/macos-ventura-xcode:latest

environment:
METHOD: git
PYVERSION: 3.11

<<: *SETUP_MACOS

<<: *PERFORM_TESTS

test_pip_309_task:
macos_instance:
image: ghcr.io/cirruslabs/macos-ventura-xcode:latest

environment:
METHOD: pip
PYVERSION: 3.9

<<: *SETUP_MACOS

<<: *PERFORM_TESTS


test_pip_311_task:
macos_instance:
image: ghcr.io/cirruslabs/macos-ventura-xcode:latest

environment:
METHOD: pip
PYVERSION: 3.11

<<: *SETUP_MACOS

<<: *PERFORM_TESTS

# test_git_311_task:
# macos_instance:
# image: ghcr.io/cirruslabs/macos-ventura-xcode:latest
#
# environment:
# METHOD: git
# PYVERSION: 3.11
#
# <<: *SETUP_MACOS
#
# <<: *PERFORM_TESTS
#
# test_pip_309_task:
# macos_instance:
# image: ghcr.io/cirruslabs/macos-ventura-xcode:latest
#
# environment:
# METHOD: pip
# PYVERSION: 3.9
#
# <<: *SETUP_MACOS
#
# <<: *PERFORM_TESTS
#
#
# test_pip_311_task:
# macos_instance:
# image: ghcr.io/cirruslabs/macos-ventura-xcode:latest
#
# environment:
# METHOD: pip
# PYVERSION: 3.11
#
# <<: *SETUP_MACOS
#
# <<: *PERFORM_TESTS
#

0 comments on commit 00a187f

Please sign in to comment.