Skip to content

Commit 511af55

Browse files
committed
makefile
1 parent ba6ab47 commit 511af55

3 files changed

Lines changed: 1 addition & 116 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 99 deletions
This file was deleted.

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Go
2121
uses: actions/setup-go@v2
2222
with:
23-
go-version: 1.16
23+
go-version: 1.17
2424

2525
- name: Check out code into the Go module directory
2626
uses: actions/checkout@v2

Makefile

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -75,22 +75,6 @@ release: peg dockerhub
7575
zip -9 $(RELEASE_DIR)/gnparser-$(VER)-win-64.zip gnparser.exe; \
7676
$(GOCLEAN);
7777

78-
nightly: peg
79-
cd gnparser; \
80-
$(GOCLEAN); \
81-
$(FLAGS_LINUX) $(NO_C) $(GOBUILD); \
82-
tar zcf $(RELEASE_DIR)/gnparser-linux.tar.gz gnparser; \
83-
$(GOCLEAN); \
84-
$(FLAGS_MAC) $(NO_C) $(GOBUILD); \
85-
tar zcf $(RELEASE_DIR)/gnparser-mac.tar.gz gnparser; \
86-
$(GOCLEAN); \
87-
$(FLAGS_MAC_ARM) $(NO_C) $(GOBUILD); \
88-
tar zcf $(RELEASE_DIR)/gnparser-mac-arm64.tar.gz gnparser; \
89-
$(GOCLEAN); \
90-
$(FLAGS_WIN) $(NO_C) $(GOBUILD); \
91-
zip -9 $(RELEASE_DIR)/gnparser-win-64.zip gnparser.exe; \
92-
$(GOCLEAN);
93-
9478
dc: asset build
9579
docker-compose build;
9680

0 commit comments

Comments
 (0)