Commit 8c65634d authored by nanahira's avatar nanahira

update

parent fada9fc2
language: cpp language: cpp
dist: trusty dist: xenial
git: git:
submodules: false submodules: false
addons: addons:
ssh_known_hosts: ssh_known_hosts:
- github.com - github.com
apt: apt:
sources:
- ubuntu-toolchain-r-test
packages: packages:
- gcc-6
- g++-6
- libevent-dev - libevent-dev
- libsqlite3-dev - libsqlite3-dev
env: env:
- DATABASE_FILE=expansions/7cgl.cdb - DATABASE_FILE=expansions/7cgl.cdb
before_install: before_install:
- sudo ln -s /usr/bin/gcc-6 /usr/local/bin/gcc
- sudo ln -s /usr/bin/g++-6 /usr/local/bin/g++
- git clone --depth=1 --branch=server --recursive https://github.com/purerosefallen/ygopro - git clone --depth=1 --branch=server --recursive https://github.com/purerosefallen/ygopro
- cd ygopro - cd ygopro
......
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