Reconfigure the CI pipeline to deploy more static HTML content.
This commit is contained in:
parent
43aef9ceb1
commit
beb80ff521
3 changed files with 47 additions and 8 deletions
5
Makefile
5
Makefile
|
@ -1,7 +1,7 @@
|
|||
# Makefile for the open-source release of adventure 2.5
|
||||
|
||||
CC?=gcc
|
||||
CCFLAGS=-std=c99 -O0 --coverage
|
||||
CCFLAGS=-std=c99
|
||||
LIBS=
|
||||
UNAME_S := $(shell uname -s)
|
||||
ifeq ($(UNAME_S),Linux)
|
||||
|
@ -68,3 +68,6 @@ release: advent-$(VERS).tar.gz advent.html
|
|||
|
||||
refresh: advent.html
|
||||
shipper -N -w version=$(VERS) | sh -e -x
|
||||
|
||||
debug: CCFLAGS += -O0 --coverage
|
||||
debug: advent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue