
- 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
6 lines
83 B
Bash
Executable File
6 lines
83 B
Bash
Executable File
#!/bin/sh -xe
|
|
|
|
brew update
|
|
brew install freetype cairo
|
|
git submodule update --init
|