Skip to content

Commit e6a7492

Browse files
cirrus test
1 parent 366e318 commit e6a7492

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.cirrus.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
container:
2-
image: python:3.11
1+
#container:
2+
# image: python:3.11
33

44
macos_instance:
55
image: ghcr.io/cirruslabs/macos-monterey-xcode:latest
66

77
task:
8+
setup_script:
9+
- brew install [email protected]
810
build_raylib_script:
911
- git submodule update --init --recursive
1012
- cd raylib-c
@@ -20,4 +22,4 @@ task:
2022
- pip3 install cffi
2123
- pip3 install setuptools
2224
- pip3 install wheel
23-
- python setup.py bdist_wheel
25+
- python3 setup.py bdist_wheel

0 commit comments

Comments
 (0)