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
|
|
@ -3,6 +3,8 @@ matrix:
|
||||||
- linux/amd64
|
- linux/amd64
|
||||||
- linux/arm64
|
- linux/arm64
|
||||||
|
|
||||||
|
# sneaky change
|
||||||
|
|
||||||
platform: ${PLATFORM}
|
platform: ${PLATFORM}
|
||||||
branches: [dev]
|
branches: [dev]
|
||||||
skip_clone: true
|
skip_clone: true
|
||||||
|
|
|
||||||
|
|
@ -67,4 +67,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
* Ability to publish packages
|
* Ability to publish packages
|
||||||
* Re-wrote repo-add in V
|
* Re-wrote repo-add in V
|
||||||
|
|
||||||
|
|
|
||||||
1
Makefile
1
Makefile
|
|
@ -5,7 +5,6 @@ SOURCES != find '$(SRC_DIR)' -iname '*.v'
|
||||||
V_PATH ?= v
|
V_PATH ?= v
|
||||||
V := $(V_PATH) -showcc -gc boehm
|
V := $(V_PATH) -showcc -gc boehm
|
||||||
|
|
||||||
|
|
||||||
all: vieter
|
all: vieter
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue