forked from daid/EmptyEpsilon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.tinyci
28 lines (24 loc) · 855 Bytes
/
.tinyci
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
[tinyci]
enabled = True
[build-linux]
directory = _build_native
commands =
rm -rf script_reference.html
cmake .. -G Ninja -DSERIOUS_PROTON_DIR=../../SeriousProton -DCMAKE_BUILD_TYPE=RelWithDebInfo
cmake --build . --target package
artifacts = EmptyEpsilon.deb
[build-win32]
directory = _build_win32
commands =
rm -rf script_reference.html
cmake .. -G Ninja -DSERIOUS_PROTON_DIR=../../SeriousProton -DCMAKE_TOOLCHAIN_FILE=../cmake/mingw.toolchain -DCMAKE_BUILD_TYPE=RelWithDebInfo
cmake --build . --target package
artifacts = EmptyEpsilon.zip
[build-android]
directory = _build_android
commands =
cmake .. -G Ninja -DSERIOUS_PROTON_DIR=../../SeriousProton -DCMAKE_TOOLCHAIN_FILE=../cmake/android.toolchain -DCMAKE_BUILD_TYPE=Release
cmake --build .
artifacts = EmptyEpsilon.apk
[repos-daid/SeriousProton]
required = True