[gimp-macos-build] Try to run file from disk



commit 3a9d724122a9f5f87e012440abac6eef105206ea
Author: Oleksii Samorukov <oleksii_samorukov mckinsey com>
Date:   Tue Aug 27 22:49:35 2019 +0200

    Try to run file from disk

 .circleci/config.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 0786efa..221620e 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -16,8 +16,9 @@ jobs:
             name: Setup jhbuild
             command: | 
               cd $HOME
-              # curl  https://gitlab.gnome.org/samm-git/gtk-osx/raw/fork-test/gtk-osx-setup.sh | sh -x
-              curl  https://gitlab.gnome.org/samm-git/gtk-osx/raw/fork-test/gtk-osx-setup.sh | sh -x
+              curl  https://gitlab.gnome.org/samm-git/gtk-osx/raw/fork-test/gtk-osx-setup.sh > 
gtk-osx-setup.sh
+              chmod +x gtk-osx-setup.sh
+              ./gtk-osx-setup.sh
               $HOME/.new_local/bin/jhbuild bootstrap-gtk-osx
               echo 'export PATH="$HOME/.cargo/bin:$HOME/.local/bin:$PATH:$HOME/.new_local/bin"' > ~/.profile
               echo 'export ARCHFLAGS="-arch x86_64"' >> ~/.profile


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]