Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
Ocarina
Commits
f4ccf653
Commit
f4ccf653
authored
Jan 10, 2017
by
yoogx
Browse files
* Adjust PATH for OSX build
parent
91c661e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
f4ccf653
...
...
@@ -31,7 +31,7 @@ install:
-
tar -xf $GNAT_TAR_PATH
# Add GNAT to $PATH
-
export PATH=$PWD/gnat-gpl-2016-x86_64-linux-bin/bin/:$PATH
-
export PATH=$PWD/gnat-gpl-2016-x86_64-linux-bin/bin/:$
PWD/gnat-gpl-2016-x86_64-darwin-bin/bin/:$
PATH
script
:
# Show GNAT version for the record
...
...
@@ -39,5 +39,4 @@ script:
-
gnatls -v
# Just build
#- ./support/reconfig && ./configure && make
-
git clone https://github.com/OpenAADL/ocarina-build.git ; ( cd ocarina-build ; ./build_ocarina.sh --scenario=travis-ci )
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment