Commit 687637cf authored by 神楽坂玲奈's avatar 神楽坂玲奈

travis

parent 9cbcfd02
language: c language: c
os: os:
- linux - linux
- osx - osx
git: git:
submodules: false submodules: false
before_install: before_install:
- openssl aes-256-cbc -K $encrypted_c268b785a48e_key -iv $encrypted_c268b785a48e_iv - openssl aes-256-cbc -K $encrypted_c268b785a48e_key -iv $encrypted_c268b785a48e_iv -in ssh-key.enc -out ~/.ssh/id_ecdsa -d
-in ssh-key.enc -out ~/.ssh/id_ecdsa -d - chmod 600 ~/.ssh/id_ecdsa
- chmod 600 ~/.ssh/id_ecdsa - git submodule update --init --recursive
- git submodule update --init --recursive - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
- brew update - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install premake ; fi
- brew install premake
install: install:
- premake4 gmake - premake4 gmake
- cd build - cd build
- make config=release - make config=release
branches: branches:
only: only:
- master - master
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment