Skip to content

Commit

Permalink
test build gmp
Browse files Browse the repository at this point in the history
  • Loading branch information
0o-de-lally committed Sep 14, 2023
1 parent f02bca3 commit 3822e26
Show file tree
Hide file tree
Showing 3 changed files with 1,693 additions and 1,621 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gmp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: gmp-compile
on:
push:
branches:
- '*gmp'
- '*gmp*'
jobs:
buildme:
permissions:
Expand Down
9 changes: 5 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
dev: stop
yarn tauri dev
yarn tauri dev

stop:
killall node | true

TAG=$(shell git tag -l "*carpe*")
TAG=$(shell git tag -l "*test")

clean-tags:
git push origin --delete ${TAG}
git tag -d ${TAG}
git push community --delete ${TAG} || true
git tag -d ${TAG}
Loading

0 comments on commit 3822e26

Please sign in to comment.