summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorArnaudBienner <abien@dolby.com>2021-09-22 22:01:45 +0200
committerGitHub <noreply@github.com>2021-09-22 22:01:45 +0200
commitdeef0c45d3e36e3fa29c5a22964928cacebfd410 (patch)
tree58c1194e76d6e0f180239ab4a8349acd7e62914b /.github
parent0ade07e187bd9f632a13f1ddd3ccd3d3938326e5 (diff)
CI: add JPEG XS build
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index cd187b6..94ea854 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -67,3 +67,21 @@ jobs:
- name: make
working-directory: build
run: make
+
+ build_ubuntu_cmake_with_jxs:
+
+ runs-on: ubuntu-latest
+
+ steps:
+ - uses: actions/checkout@v2
+ - name: dependencies
+ run: sudo apt-get update && sudo apt-get install -y
+ libxerces-c-dev
+ - name: Create build dir
+ run: mkdir build
+ - name: cmake
+ working-directory: build
+ run: cmake .. -DUSE_ASDCP_JXS=ON
+ - name: make
+ working-directory: build
+ run: make