Added GitHub workflow for CI

This commit is contained in:
Héctor Molinero Fernández
2022-03-02 22:24:50 +01:00
parent 5bce0eb3c9
commit d3a3a08d5e
2 changed files with 78 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/make -f
SHELL := /bin/sh
.SHELLFLAGS := -eu -c
.SHELLFLAGS := -euc
PACKER := $(shell command -v packer 2>/dev/null)