aboutsummaryrefslogtreecommitdiff
path: root/.builds
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2019-08-12 00:35:49 +0100
committerHarry Jeffery <harry@exec64.co.uk>2019-08-12 00:35:49 +0100
commitbe07ec2ee0868931c13c178d727ee56b75699f60 (patch)
tree453b1e4b1b0f4c96d03523816745e16a2f12fdba /.builds
parent18c95a7226148747ae886eb4992d2424cd80aae8 (diff)
downloadimv-be07ec2ee0868931c13c178d727ee56b75699f60.tar.gz
Tweak ci jobs
Diffstat (limited to '.builds')
-rw-r--r--.builds/archlinux.yml24
-rw-r--r--.builds/debian.yml24
-rw-r--r--.builds/fedora.yml24
-rw-r--r--.builds/freebsd.yml1
-rw-r--r--.builds/ubuntu.yml24
5 files changed, 24 insertions, 73 deletions
diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml
index b4a9ed1..e8eba80 100644
--- a/.builds/archlinux.yml
+++ b/.builds/archlinux.yml
@@ -18,23 +18,11 @@ tasks:
cd imv
sed -i -e 's/BACKEND_\(.*\)=no/BACKEND_\1=yes/' config.mk
cat config.mk
- - gcc-x11: |
+ - gcc: |
cd imv
- sed -i -e 's/WINDOWS=.*/WINDOWS=x11/' config.mk
- CC=gcc BUILDDIR=gcc-x11 make
- CC=gcc BUILDDIR=gcc-x11 make check
- - clang-x11: |
+ CC=gcc BUILDDIR=gcc make
+ CC=gcc BUILDDIR=gcc make check
+ - clang: |
cd imv
- sed -i -e 's/WINDOWS=.*/WINDOWS=x11/' config.mk
- CC=clang BUILDDIR=clang-x11 make
- CC=clang BUILDDIR=clang-x11 make check
- - gcc-wayland: |
- cd imv
- sed -i -e 's/WINDOWS=.*/WINDOWS=wayland/' config.mk
- CC=gcc BUILDDIR=gcc-wayland make
- CC=gcc BUILDDIR=gcc-wayland make check
- - clang-wayland: |
- cd imv
- sed -i -e 's/WINDOWS=.*/WINDOWS=wayland/' config.mk
- CC=clang BUILDDIR=clang-wayland make
- CC=clang BUILDDIR=clang-wayland make check
+ CC=clang BUILDDIR=clang make
+ CC=clang BUILDDIR=clang make check
diff --git a/.builds/debian.yml b/.builds/debian.yml
index 1819ded..08c583f 100644
--- a/.builds/debian.yml
+++ b/.builds/debian.yml
@@ -21,23 +21,11 @@ tasks:
cd imv
sed -i -e 's/BACKEND_\(.*\)=no/BACKEND_\1=yes/' config.mk
cat config.mk
- - gcc-x11: |
+ - gcc: |
cd imv
- sed -i -e 's/WINDOWS=.*/WINDOWS=x11/' config.mk
- CC=gcc BUILDDIR=gcc-x11 make
- CC=gcc BUILDDIR=gcc-x11 make check
- - clang-x11: |
+ CC=gcc BUILDDIR=gcc make
+ CC=gcc BUILDDIR=gcc make check
+ - clang: |
cd imv
- sed -i -e 's/WINDOWS=.*/WINDOWS=x11/' config.mk
- CC=clang BUILDDIR=clang-x11 make
- CC=clang BUILDDIR=clang-x11 make check
- - gcc-wayland: |
- cd imv
- sed -i -e 's/WINDOWS=.*/WINDOWS=wayland/' config.mk
- CC=gcc BUILDDIR=gcc-wayland make
- CC=gcc BUILDDIR=gcc-wayland make check
- - clang-wayland: |
- cd imv
- sed -i -e 's/WINDOWS=.*/WINDOWS=wayland/' config.mk
- CC=clang BUILDDIR=clang-wayland make
- CC=clang BUILDDIR=clang-wayland make check
+ CC=clang BUILDDIR=clang make
+ CC=clang BUILDDIR=clang make check
diff --git a/.builds/fedora.yml b/.builds/fedora.yml
index 5cc9e49..b2f8745 100644
--- a/.builds/fedora.yml
+++ b/.builds/fedora.yml
@@ -21,23 +21,11 @@ tasks:
cd imv
sed -i -e 's/BACKEND_\(.*\)=no/BACKEND_\1=yes/' config.mk
cat config.mk
- - gcc-x11: |
+ - gcc: |
cd imv
- sed -i -e 's/WINDOWS=.*/WINDOWS=x11/' config.mk
- CC=gcc BUILDDIR=gcc-x11 make
- CC=gcc BUILDDIR=gcc-x11 make check
- - clang-x11: |
+ CC=gcc BUILDDIR=gcc make
+ CC=gcc BUILDDIR=gcc make check
+ - clang: |
cd imv
- sed -i -e 's/WINDOWS=.*/WINDOWS=x11/' config.mk
- CC=clang BUILDDIR=clang-x11 make
- CC=clang BUILDDIR=clang-x11 make check
- - gcc-wayland: |
- cd imv
- sed -i -e 's/WINDOWS=.*/WINDOWS=wayland/' config.mk
- CC=gcc BUILDDIR=gcc-wayland make
- CC=gcc BUILDDIR=gcc-wayland make check
- - clang-wayland: |
- cd imv
- sed -i -e 's/WINDOWS=.*/WINDOWS=wayland/' config.mk
- CC=clang BUILDDIR=clang-wayland make
- CC=clang BUILDDIR=clang-wayland make check
+ CC=clang BUILDDIR=clang make
+ CC=clang BUILDDIR=clang make check
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml
index 96057c6..2d2565c 100644
--- a/.builds/freebsd.yml
+++ b/.builds/freebsd.yml
@@ -18,7 +18,6 @@ tasks:
- configure: |
cd imv
sed -i -e 's/BACKEND_\(.*\)=no/BACKEND_\1=yes/' config.mk
- sed -i -e 's/WINDOWS=wayland/WINDOWS=x11/' config.mk
cat config.mk
- build: |
cd imv
diff --git a/.builds/ubuntu.yml b/.builds/ubuntu.yml
index c648a65..9e0eb39 100644
--- a/.builds/ubuntu.yml
+++ b/.builds/ubuntu.yml
@@ -21,23 +21,11 @@ tasks:
cd imv
sed -i -e 's/BACKEND_\(.*\)=no/BACKEND_\1=yes/' config.mk
cat config.mk
- - gcc-x11: |
+ - gcc: |
cd imv
- sed -i -e 's/WINDOWS=.*/WINDOWS=x11/' config.mk
- CC=gcc BUILDDIR=gcc-x11 make
- CC=gcc BUILDDIR=gcc-x11 make check
- - clang-x11: |
+ CC=gcc BUILDDIR=gcc make
+ CC=gcc BUILDDIR=gcc make check
+ - clang: |
cd imv
- sed -i -e 's/WINDOWS=.*/WINDOWS=x11/' config.mk
- CC=clang BUILDDIR=clang-x11 make
- CC=clang BUILDDIR=clang-x11 make check
- - gcc-wayland: |
- cd imv
- sed -i -e 's/WINDOWS=.*/WINDOWS=wayland/' config.mk
- CC=gcc BUILDDIR=gcc-wayland make
- CC=gcc BUILDDIR=gcc-wayland make check
- - clang-wayland: |
- cd imv
- sed -i -e 's/WINDOWS=.*/WINDOWS=wayland/' config.mk
- CC=clang BUILDDIR=clang-wayland make
- CC=clang BUILDDIR=clang-wayland make check
+ CC=clang BUILDDIR=clang make
+ CC=clang BUILDDIR=clang make check