Skip to content

Commit 7333170

Browse files
committed
Use bintray snapshots
gemlib needs mintlib's compiler.h at least.
1 parent f10c415 commit 7333170

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Diff for: .travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ env:
2222

2323
# If before_install, install or before_script return a non-zero exit code, the build is errored and stops immediately.
2424
before_install:
25+
# get rid of possibly outdated dependencies
26+
- sudo dpkg --remove --force-depends mintlib-m68k-atari-mint pml-m68k-atari-mint
2527
- wget -q -O - https://github.com/freemint/travis-scripts/archive/master.tar.gz | tar xzf - --strip-components=1 -C .travis
2628
- if [ -x .travis/before_install.sh ]; then ./.travis/before_install.sh; else true; fi
2729

Diff for: .travis/install.sh

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash -eux
2+
# -e: Exit immediately if a command exits with a non-zero status.
3+
# -u: Treat unset variables as an error when substituting.
4+
# -x: Display expanded script commands
5+
6+
./install_bintray.sh mintlib

0 commit comments

Comments
 (0)