X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=.travis.yml;h=1b30fe134858c33445e6ccc4f8ec5cb64d3b3e7c;hb=985ea24e39c794c2b8d12c779c1118e2d3fec1f5;hp=59c77dad4d1a50b04bf75aaca3dc3d104cd3d30b;hpb=f9106e548f0f48f8833e384188397bca678d1862;p=jnethack%2Fsource.git diff --git a/.travis.yml b/.travis.yml index 59c77da..1b30fe1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,26 @@ language: c +os: + - linux + - osx + +compiler: + - gcc + +osx_image: xcode11.3 + addons: apt: packages: - nkf + homebrew: + packages: + - nkf + - gcc@9 + +before_script: + - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then sh japanese/set_mac.sh ; fi + - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sh japanese/set_lnx.sh ; fi script: -- find . -type f |xargs nkf -e --overwrite -- sh sys/unix/setup.sh sys/unix/hints/linux -- make install + - make install