-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
43 lines (36 loc) · 930 Bytes
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
version: 1.0.{build}
image: Ubuntu2004
branches:
only:
- develop
clone_folder: ~/hello
environment:
DJGPP_DL_LOC: /tmp/djgpp/
DJGPP_DL: http://www.mirrorservice.org/sites/ftp.delorie.com/pub/djgpp/current/
SDL_VIDEODRIVER: dummy
DEVKITPRO: /opt/devkitpro
DEVKITARM: /opt/devkitpro/devkitARM
DEVKITPPC: /opt/devkitpro/devkitPPC
install:
- sh: >-
chmod +x scripts/ci.sh
scripts/ci.sh
cache: /opt
build_script:
- sh: >-
make linux
make dos
make nds
make wii
tree build
artifacts:
- name: Hello World Linux
path: build/run/Hello_World
- name: Hello World Nintendo DS
path: build/run/Hello World.nds
- name: Hello World MS-DOS
path: build/run/HELLO.EXE
- name: Hello World Wii (Dolphin)
path: build/run/Hello World (Wii).dol
- name: Hello World Wii (HB)
path: build/run/Hello World (Wii).7z