aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 58fdcef..a81f2a8 100644
--- a/Makefile
+++ b/Makefile
@@ -110,10 +110,12 @@ clean:
HTTP-REMOTE = 'https://euandre.org/s/package-repository'
GIT-REMOTE = 'git://euandre.org/package-repository'
-check-ubuntu-deb:
+check-ubuntu-x86_64-deb:
sh tests/vm-check.sh -x -H ubuntu-x86_64-headless -r $(HTTP-REMOTE) -t deb
-check-ubuntu-homebrew:
+check-ubuntu-x86_64-homebrew:
sh tests/vm-check.sh -x -H ubuntu-x86_64-headless -r $(GIT-REMOTE) -t homebrew
-check: all check-ubuntu-deb check-ubuntu-homebrew
+check-ubuntu: check-ubuntu-x86_64-deb check-ubuntu-x86_64-homebrew
+
+check: all check-ubuntu