mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-07 00:39:26 +00:00
Use Github Actions instead of Travis
Moved MSVC to Github Actions as well.
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh -ex
|
||||
|
||||
brew update
|
||||
brew unlink python@2 || true
|
||||
rm '/usr/local/bin/2to3' || true
|
||||
brew install qt5 sdl2 p7zip ccache llvm ninja || true
|
||||
pip3 install macpack
|
||||
Reference in New Issue
Block a user