|
|
|
@ -1,5 +1,5 @@
@@ -1,5 +1,5 @@
|
|
|
|
|
# |
|
|
|
|
# Copyright (C) 2020-2021 Alexandros Theodotou <alex at zrythm dot org> |
|
|
|
|
# Copyright (C) 2020-2022 Alexandros Theodotou <alex at zrythm dot org> |
|
|
|
|
# |
|
|
|
|
# Copying and distribution of this file, with or without modification, |
|
|
|
|
# are permitted in any medium without royalty provided the copyright |
|
|
|
@ -7,9 +7,10 @@
@@ -7,9 +7,10 @@
|
|
|
|
|
# without any warranty. |
|
|
|
|
# |
|
|
|
|
|
|
|
|
|
image: fedora/34 |
|
|
|
|
image: fedora/36 |
|
|
|
|
packages: |
|
|
|
|
- awscli |
|
|
|
|
- boost-devel |
|
|
|
|
- cmake |
|
|
|
|
- expat-devel |
|
|
|
|
- flex |
|
|
|
@ -73,6 +74,6 @@ secrets:
@@ -73,6 +74,6 @@ secrets:
|
|
|
|
|
tasks: |
|
|
|
|
- make: | |
|
|
|
|
pip3 install meson |
|
|
|
|
zrythm-builds/scripts/make-pkg.sh fedora34 |
|
|
|
|
zrythm-builds/scripts/make-pkg.sh fedora36 |
|
|
|
|
- deploy: | |
|
|
|
|
zrythm-builds/scripts/push-pkg.sh fedora34 |
|
|
|
|
zrythm-builds/scripts/push-pkg.sh fedora36 |