diff options
| author | 2020-07-18 15:47:13 -0500 | |
|---|---|---|
| committer | 2020-07-18 15:50:58 -0500 | |
| commit | 9e163db491e54d9bae0495411d479b3b9bab58c2 (patch) | |
| tree | ef54372963ac66648a8e750fae1d3f993f8107ed /.builds | |
| parent | Fix meson paths. (diff) | |
Test building binaries with jpm.
Test in CI with both meson and normal build.
Also test windows.
Diffstat (limited to '.builds')
| -rw-r--r-- | .builds/meson.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.builds/meson.yml b/.builds/meson.yml index 04e9152f..889decd7 100644 --- a/.builds/meson.yml +++ b/.builds/meson.yml @@ -10,3 +10,5 @@ tasks: cd build ninja ninja test + mkdir modpath + jpm --verbose --modpath=./modpath install https://github.com/bakpakin/x43bot.git |
