Okay, let's try this again...

This commit is contained in:
oldmud0 2019-02-10 01:52:16 +00:00
parent 6261be1dc8
commit f23d163a27
2 changed files with 4 additions and 5 deletions

View File

@ -7,5 +7,5 @@ before_install:
script: script:
# XXX: please chmod +x the shell script. # XXX: please chmod +x the shell script.
- sh ./scripts/macos_build.sh - bash ./scripts/macos_build.sh
- ./scripts/macos_post_build.sh - bash ./scripts/macos_post_build.sh

View File

@ -1,9 +1,8 @@
#!/bin/sh #!/bin/sh
set -Eeuxo pipefail set -Eexo pipefail
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig:/usr/local/opt/openssl/lib/pkgconfig
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/opt/openssl/lib/pkgconfig
export PATH=$PATH:/usr/local/opt/qt5/bin:/usr/local/bin export PATH=$PATH:/usr/local/opt/qt5/bin:/usr/local/bin
mkdir bass mkdir bass