Skip to content

Commit cedd4ea

Browse files
committed
Re-add OSX gtk release build
1 parent 949c819 commit cedd4ea

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ deploy:
3333
api_key:
3434
secure: LqFD1B3h4b2RYlGW8fatBPdbzqOM03mteXKPQNOghrcGStDuDtDc+3h5xmfcPdgtkKML7RTJwrnBHTyvLIWuBMQV3rfFWX24zqo9pr+RDGw6NHSEmEjYdPhvXYDTc+/q6Cnz5JNAVeAoQ3w1Kc/RdCmSWsBgDMcTmkYi6KM/nfc=
3535
file:
36-
#- "plotcli-osx-gtk.tar.gz"
36+
- "plotcli-osx-gtk.tar.gz"
3737
- "plotcli-osx.tar.gz"
3838
on:
3939
tags: true

travis.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ if [[ "$TRAVIS_OS_NAME" == "osx" || "$DC" == "ldc2" ]]; then
99
fi
1010

1111
dub test --compiler=${DC} ${BM}
12-
#if [[ "$TRAVIS_OS_NAME" != "osx" ]]; then
13-
dub test -c unittest-gtk --compiler=${DC} ${BM}
14-
#fi
12+
dub test -c unittest-gtk --compiler=${DC} ${BM}
1513

1614
if [[ $TRAVIS_BRANCH == 'master' ]] ; then
1715
if [ ! -z "$GH_TOKEN" ]; then

0 commit comments

Comments
 (0)