forked from freemint/mintlib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
28 lines (22 loc) · 804 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
language: c
os: linux
dist: trusty
sudo: required
compiler:
- m68k-atari-mint-gcc
before_install:
- export USER=$(echo "${TRAVIS_REPO_SLUG}" | cut -d '/' -f 1)
- export BASE_RAW_URL="https://raw.githubusercontent.com/${USER}"
- wget -O .travis/download_prerequisities.sh "${BASE_RAW_URL}/travis-scripts/master/download_prerequisities.sh"
- sh ./.travis/download_prerequisities.sh
- sh ./.travis/install-cross-mint.sh gcc-m68k-atari-mint binutils-m68k-atari-mint > /dev/null
before_script:
- . ./.travis/setup_env.sh
script:
- sh ./.travis/build.sh "${PWD}/.travis/tmp" "${PWD}/.travis/out"
deploy:
provider: script
skip_cleanup: true
script: sh ./.travis/deploy.sh "${PWD}/.travis/out" $encrypted_87425b138c6e_key $encrypted_87425b138c6e_iv
on:
repo: freemint/mintlib