Commit a46aadeb authored by nanahira's avatar nanahira

update

parent 73a5453f
...@@ -7,12 +7,16 @@ addons: ...@@ -7,12 +7,16 @@ addons:
- github.com - github.com
apt: apt:
packages: packages:
- libevent-dev - gcc-6
- libsqlite3-dev - g++-6
- libevent-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