Skip to content

Commit

Permalink
fix gitlab CI for ubuntu:24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed May 6, 2024
1 parent 0aa2781 commit f4785b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
ubuntu-latest:
image: ubuntu:latest
ubuntu-24.04:
image: ubuntu:24.04
script:
- sed -i '/^#\sdeb-src /s/^#//' "/etc/apt/sources.list"
- sed -i 's/^Types: deb/Types: deb deb-src/' /etc/apt/sources.list.d/ubuntu.sources
- DEBIAN_FRONTEND=noninteractive apt-get -qq update
- DEBIAN_FRONTEND=noninteractive apt-get -yqq build-dep mlt
- DEBIAN_FRONTEND=noninteractive apt-get -yqq install cmake
- cmake -DCMAKE_BUILD_TYPE=Debug . && make -j -f Makefile install

ubuntu-lts:
ubuntu-22.04:
image: ubuntu:22.04
script:
- sed -i '/^#\sdeb-src /s/^#//' "/etc/apt/sources.list"
Expand Down

0 comments on commit f4785b6

Please sign in to comment.