Skip to content

Commit

Permalink
ci: Add CI testing for building without Crypto++
Browse files Browse the repository at this point in the history
  • Loading branch information
tampsa committed Jan 30, 2023
1 parent 17a4db4 commit 6547155
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
image: ultravideo/kvazaar_ci_base:latest

# build without crypto
build_no_crypto:
stage: test
script:
- mkdir build && cd build
- cmake ..
- make
- cd test
- make
- ./uvgrtp_test
artifacts:
paths:
- bin/uvgrtp
expire_in: 1 week

0 comments on commit 6547155

Please sign in to comment.