Skip to content

Commit

Permalink
Travis: create /tmp/bin
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Dec 9, 2019
1 parent 279d561 commit 6d1e4a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ before_deploy:
- sudo apt-get -y install libsodium-dev
- git clone --depth 1 https://github.com/jedisct1/minisign.git
- cd minisign/src
- mkdir -p /tmp/bin
- gcc -O2 -o /tmp/bin/minisign -D_GNU_SOURCE *.c -lsodium
- cd -
- minisign -v
Expand Down

0 comments on commit 6d1e4a9

Please sign in to comment.