Skip to content

Commit

Permalink
[bugfix] missing Ada runtime in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
PThierry committed Sep 2, 2019
1 parent c8e7161 commit c58e23f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ addons:
before_install:
- pip install --user intelhex
- sudo pip3 install kconfiglib
- curl -o /tmp/gnat-community-2018-20180524-arm-elf-linux64-bin http://mirrors.cdn.adacore.com/art/5b0c1227a3f5d7097625478d
- chmod +x /tmp/gnat-community-2018-20180524-arm-elf-linux64-bin
- git clone https://github.com/AdaCore/gnat_community_install_script.git /tmp/gnat_install
- /tmp/gnat_install/install_package.sh /tmp/gnat-community-2018-20180524-arm-elf-linux64-bin /opt/adacore-arm-eabi
- curl -s "https://get.sdkman.io" -o /tmp/sdk
- chmod +x /tmp/sdk
- /tmp/sdk
Expand All @@ -41,7 +45,7 @@ jobs:
- stage: javacard_build
script:
- mkdir build && cd build
- export PATH=/usr/local/bin:$PATH
- export PATH=/opt/adacore-arm-eabi/bin:/usr/local/bin:$PATH
- git config --global color.ui true
- repo init -u https://github.com/wookey-project/manifest.git -m soft/wookey_nightly.xml && repo sync
- echo 'export CROSS_COMPILE=arm-none-eabi-' > setenv.local.sh
Expand Down

0 comments on commit c58e23f

Please sign in to comment.