forked from vieter-v/vieter
Compare commits
1 commit
dev
...
test-patch
| Author | SHA1 | Date | |
|---|---|---|---|
| a732aa221f |
3 changed files with 2 additions and 2 deletions
|
|
@ -2,6 +2,8 @@ matrix:
|
|||
PLATFORM:
|
||||
- linux/amd64
|
||||
- linux/arm64
|
||||
|
||||
# sneaky change
|
||||
|
||||
platform: ${PLATFORM}
|
||||
branches: [dev]
|
||||
|
|
|
|||
|
|
@ -67,4 +67,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
* Ability to publish packages
|
||||
* Re-wrote repo-add in V
|
||||
|
||||
|
|
|
|||
1
Makefile
1
Makefile
|
|
@ -5,7 +5,6 @@ SOURCES != find '$(SRC_DIR)' -iname '*.v'
|
|||
V_PATH ?= v
|
||||
V := $(V_PATH) -showcc -gc boehm
|
||||
|
||||
|
||||
all: vieter
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue