From 4457895a637d7fb58cd0792129cc3ee693e5094f Mon Sep 17 00:00:00 2001 From: Alejandro Saucedo Date: Sun, 24 Jan 2021 16:39:32 +0000 Subject: [PATCH] Added act makefile target --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Makefile b/Makefile index 79075f059..318a5b056 100644 --- a/Makefile +++ b/Makefile @@ -171,6 +171,14 @@ create_linux_release: axsauze/kompute-builder:0.1 \ /workspace/scripts/build_release_linux.sh + +####### Run CI Commands ####### + +# This command uses act to replicate github action +# https://github.com/nektos/act +run_ci: + act -P ubuntu-18.04=nektos/act-environments-ubuntu:18.04 + ####### General project commands ####### install_python_reqs: