mirror of
https://github.com/joel16/VITAlbum.git
synced 2024-11-23 11:39:47 +00:00
12 lines
268 B
YAML
12 lines
268 B
YAML
language: c++
|
|
dist: focal
|
|
|
|
before_install:
|
|
- sudo apt-get install make git-core cmake python -y
|
|
- export VITASDK=/usr/local/vitasdk
|
|
- export PATH=$VITASDK/bin:$PATH # add vitasdk tool to $PATH
|
|
- sh .travis/install_toolchain.sh
|
|
|
|
script:
|
|
- sh .travis/build.sh
|