Commit 9cbcfd02 authored by 神楽坂玲奈's avatar 神楽坂玲奈

travis

parent 992c79c6
language: c language: c
os: os:
- linux - linux
- osx - osx
git: git:
submodules: false submodules: false
before_install: before_install:
- echo SSH_KEY | ssh-add - - openssl aes-256-cbc -K $encrypted_c268b785a48e_key -iv $encrypted_c268b785a48e_iv
- git submodule update --init --recursive -in ssh-key.enc -out ~/.ssh/id_ecdsa -d
- brew update - chmod 600 ~/.ssh/id_ecdsa
- brew install premake - git submodule update --init --recursive
- brew update
install: - brew install premake
- premake4 gmake install:
- cd build - premake4 gmake
- make config=release - cd build
- make config=release
branches: branches:
only: only:
- master - master
File added
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