Skip to content

Commit deef0c4

Browse files
CI: add JPEG XS build
1 parent 0ade07e commit deef0c4

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/ci.yml

+18
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,21 @@ jobs:
6767
- name: make
6868
working-directory: build
6969
run: make
70+
71+
build_ubuntu_cmake_with_jxs:
72+
73+
runs-on: ubuntu-latest
74+
75+
steps:
76+
- uses: actions/checkout@v2
77+
- name: dependencies
78+
run: sudo apt-get update && sudo apt-get install -y
79+
libxerces-c-dev
80+
- name: Create build dir
81+
run: mkdir build
82+
- name: cmake
83+
working-directory: build
84+
run: cmake .. -DUSE_ASDCP_JXS=ON
85+
- name: make
86+
working-directory: build
87+
run: make

0 commit comments

Comments
 (0)