We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cedd4ea commit 3fef3d8Copy full SHA for 3fef3d8
1 file changed
travis.sh
@@ -44,9 +44,9 @@ if [ -n "$TRAVIS_TAG" ]; then
44
dub build --compiler=$DC -b release
45
strip bin/plotcli
46
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
+ dub build --compiler=$DC -b release -c plotcli-gtk
+ strip bin/plotcli
+ tar -czf plotcli-osx-gtk.tar.gz -C bin/ plotcli
50
fi
51
if [[ "$TRAVIS_OS_NAME" == "linux" && "$DC" == "ldc2" ]]; then
52
0 commit comments