Skip to content

Commit

Permalink
Add Macos to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
olebole committed Jun 6, 2020
1 parent b77e0c1 commit ffee868
Showing 1 changed file with 25 additions and 23 deletions.
48 changes: 25 additions & 23 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,27 @@
os: linux
matrix:
include:
- os: linux
dist: bionic
env: IRAFARCH=linux64
addons:
apt:
packages:
- xutils-dev
- csh
- libxt-dev
- libncurses-dev
- libxaw7-dev
- libxmu-dev
- libxpm-dev
- xaw3dg-dev
- tcl-dev
- iraf-dev
- xauth
- xvfb
- os: osx
osx_image: xcode11.4
env: IRAFARCH=macintel

dist: bionic

env: IRAFARCH=linux64

addons:
apt:
packages:
- xutils-dev
- csh
- libxt-dev
- libncurses-dev
- libxaw7-dev
- libxmu-dev
- libxpm-dev
- xaw3dg-dev
- tcl-dev
- iraf-dev
- xauth
- xvfb

language: c

cache:
Expand All @@ -36,5 +38,5 @@ before_script:
script:
- test -x xgterm/xgterm
- test -x ximtool/ximtool
- test -x ximtool/clients/ism_wcspix.e
- xvfb-run xgterm/xgterm -e sleep 1
- test "${TRAVIS_OS_NAME}" = osx -o -x ximtool/clients/ism_wcspix.e
- if [ "${TRAVIS_OS_NAME}" = linux ]; then xvfb-run xgterm/xgterm -e sleep 1; fi

0 comments on commit ffee868

Please # to comment.