R .builds/ubuntu.build => +0 -19
@@ 1,19 0,0 @@
-image: ubuntu/20.04
-packages:
-- cmake g++ python3 libsndfile-dev libtinyxml-dev libreadline6-dev llvm-6.0-dev
-sources:
-- hg+https://hg.sr.ht/~vnorilo/kronos
-tasks:
-- configure: |
- mkdir build
- cd build
- emcmake cmake ../kronos -DCMAKE_BUILD_TYPE=Release
-- build: |
- cd build
- make -j kronos veneer
-- test: |
- make test
-triggers:
-- action: email
- condition: failure
- to: <vn@imap.cc>
No newline at end of file
A => .builds/ubuntu.yml +19 -0
@@ 0,0 1,19 @@
+image: ubuntu/20.04
+packages:
+- cmake g++ python3 libsndfile-dev libtinyxml-dev libreadline6-dev llvm-6.0-dev
+sources:
+- hg+https://hg.sr.ht/~vnorilo/kronos
+tasks:
+- configure: |
+ mkdir build
+ cd build
+ emcmake cmake ../kronos -DCMAKE_BUILD_TYPE=Release
+- build: |
+ cd build
+ make -j0 kronos veneer
+- test: |
+ make test
+triggers:
+- action: email
+ condition: failure
+ to: <vn@imap.cc>
No newline at end of file
R .builds/wasm.build => +0 -23
@@ 1,23 0,0 @@
-image: ubuntu/20.04
-packages:
-- cmake
-sources:
-- hg+https://hg.sr.ht/~vnorilo/kronos
-tasks:
-- configure: |
- set -ex
- git clone --depth 1 https://github.com/emscripten-core/emsdk.git
- emsdk/emsdk install latest
- emsdk/emsdk activate latest
- chmod 777 emsdk/emsdk_env.sh
- . ./emsdk/emsdk_env.sh
- mkdir build
- cd build
- emcmake cmake ../kronos -DCMAKE_BUILD_TYPE=Release
-- build: |
- cd build
- make -j kronos veneer
-triggers:
-- action: email
- condition: failure
- to: <vn@imap.cc>
No newline at end of file
A => .builds/wasm.yml +23 -0
@@ 0,0 1,23 @@
+image: ubuntu/20.04
+packages:
+- cmake
+sources:
+- hg+https://hg.sr.ht/~vnorilo/kronos
+tasks:
+- configure: |
+ set -ex
+ git clone --depth 1 https://github.com/emscripten-core/emsdk.git
+ emsdk/emsdk install latest
+ emsdk/emsdk activate latest
+ chmod 777 emsdk/emsdk_env.sh
+ . ./emsdk/emsdk_env.sh
+ mkdir build
+ cd build
+ emcmake cmake ../kronos -DCMAKE_BUILD_TYPE=Release
+- build: |
+ cd build
+ make -j0 kronos veneer
+triggers:
+- action: email
+ condition: failure
+ to: <vn@imap.cc>
No newline at end of file