Skip to content

Commit 3fef3d8

Browse files
committed
Re-add OSX gtk release build
1 parent cedd4ea commit 3fef3d8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

travis.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ if [ -n "$TRAVIS_TAG" ]; then
4444
dub build --compiler=$DC -b release
4545
strip bin/plotcli
4646
tar -czf plotcli-osx.tar.gz -C bin/ plotcli
47-
#dub build --compiler=$DC -b release -c plotcli-gtk
48-
#strip bin/plotcli
49-
#tar -czf plotcli-osx-gtk.tar.gz -C bin/ plotcli
47+
dub build --compiler=$DC -b release -c plotcli-gtk
48+
strip bin/plotcli
49+
tar -czf plotcli-osx-gtk.tar.gz -C bin/ plotcli
5050
fi
5151
if [[ "$TRAVIS_OS_NAME" == "linux" && "$DC" == "ldc2" ]]; then
5252
dub build --compiler=$DC -b release

0 commit comments

Comments
 (0)