From f3b9f65c8b0075843d53d678dc2a5a5f3cbab9ad Mon Sep 17 00:00:00 2001 From: borisbstyle Date: Tue, 31 May 2016 11:50:45 +0200 Subject: [PATCH] Add singularity to autobuild --- fake_travis_build.sh | 3 ++- top_makefile | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/fake_travis_build.sh b/fake_travis_build.sh index 9d1fe6616..7749d6435 100755 --- a/fake_travis_build.sh +++ b/fake_travis_build.sh @@ -16,7 +16,8 @@ targets=("PUBLISHMETA=True" \ "TARGET=IRCFUSIONF3" \ "TARGET=ALIENFLIGHTF1" \ "TARGET=ALIENFLIGHTF3" \ - "TARGET=DOGE") + "TARGET=DOGE" \ + "TARGET=SINGULARITY") #fake a travis build environment export TRAVIS_BUILD_NUMBER=$(date +%s) diff --git a/top_makefile b/top_makefile index d765dcf35..4b1bb90e7 100644 --- a/top_makefile +++ b/top_makefile @@ -14,6 +14,7 @@ ALL_TARGETS += rmdo ALL_TARGETS += ircfusionf3 ALL_TARGETS += afromini ALL_TARGETS += doge +ALL_TARGETS += singularity CLEAN_TARGETS := $(addprefix clean_, $(ALL_TARGETS)) @@ -33,6 +34,7 @@ clean_rmdo rmdo : opts := TARGET=RMDO clean_ircfusionf3 ircfusionf3 : opts := TARGET=IRCFUSIONF3 clean_afromini afromini : opts := TARGET=AFROMINI clean_doge doge : opts := TARGET=DOGE +clean_singularity singularity : opts := TARGET=SINGULARITY .PHONY: all clean -- 2.11.4.GIT