This website requires JavaScript.
Explore
Help
Sign In
zcy
/
solvespace
Watch
1
Star
0
Fork
You've already forked solvespace
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c514ddad54
solvespace
/
.travis
/
install-macos.sh
6 lines
83 B
Bash
Raw
Normal View
History
Unescape
Escape
Prepare CI for release builds.
2016-04-19 12:19:00 +00:00
#!/bin/sh -xe
brew update
Add Cairo (and, transitively, Pixman) dependencies.
2016-07-24 16:37:36 +00:00
brew install freetype cairo
Refactor Travis config - Fix invalid osx_image xcode8.2 - Drop depreceated sudo keyword - Run debian build on bionic image & re-enable building with ui - Split build into separate jobs & stages for better separation of concerns
2019-11-25 17:28:42 +00:00
git submodule update --init