-
Notifications
You must be signed in to change notification settings - Fork 7
/
.appveyor.yml
26 lines (21 loc) · 1.19 KB
/
.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
image: ubuntu
version: '{build}'
install:
- git submodule update --init --recursive
- docker pull ghcr.io/pgaskin/nickeltc:1.0
build_script:
- sh: docker run --rm --volume="$APPVEYOR_BUILD_FOLDER:/src" --workdir="/src/kobo-dotfile-hack" --entrypoint=make ghcr.io/pgaskin/nickeltc:1.0
- sh: docker run --rm --volume="$APPVEYOR_BUILD_FOLDER:/src" --workdir="/src/kobo-dotfile-hack-ng" --entrypoint=make ghcr.io/pgaskin/nickeltc:1.0 all koboroot
- sh: docker run --rm --volume="$APPVEYOR_BUILD_FOLDER:/src" --workdir="/src/NickelSeries" --entrypoint=make ghcr.io/pgaskin/nickeltc:1.0 all koboroot
- sh: docker run --rm --volume="$APPVEYOR_BUILD_FOLDER:/src" --workdir="/src/dictword-test" --entrypoint=make ghcr.io/pgaskin/nickeltc:1.0
- sh: docker run --rm --volume="$APPVEYOR_BUILD_FOLDER:/src" --workdir="/src/dictbug-trace" --entrypoint=make ghcr.io/pgaskin/nickeltc:1.0
test: off
artifacts:
- path: kobo-dotfile-hack/KoboRoot.tgz
- path: kobo-dotfile-hack-ng/libdfh.so
- path: kobo-dotfile-hack-ng/KoboRoot.tgz
- path: NickelSeries/libns.so
- path: NickelSeries/KoboRoot.tgz
- path: dictword-test/dictword-test.so
- path: dictword-test/dwt-wrap
- path: dictbug-trace/libdictbug-trace.so