1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-02 03:50:36 +00:00

Stop deployment from osx

This commit is contained in:
Luke Ceddia 2018-01-11 23:11:06 +11:00
parent cb325fdab9
commit 6e5ff058af

View file

@ -1,5 +1,7 @@
#!/bin/sh
if [ "$TRAVIS_OS_NAME" != "linux" ]; then exit; fi
# Prepare archives
# mainversion=`awk '$1=="Version$" {split($3, A, /\"/);print A[2];}' < source/global/version.bas`
# buildnum=`awk '$1=="BuildNum$" {split($3,A, /[\"\/]/); print A[3];}' < source/global/version.bas`