aboutsummaryrefslogtreecommitdiffhomepage
path: root/appveyor.yml
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2020-11-17 09:48:31 -0600
committerCalvin Rose <calsrose@gmail.com>2020-11-17 09:53:12 -0600
commit2dc04d2957ef2f93aea1a83f4f55d11fbeebc6e2 (patch)
tree78c152bcd5b9f783aa0288976f91c69676ec54ee /appveyor.yml
parentMerge branch 'master' of github.com:janet-lang/janet (diff)
On install, merge janetconf.h into janet.h
This results in a cleaner amalgmated build
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 60986965..c0ee8e3f 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -35,9 +35,6 @@ artifacts:
- name: janet.h
path: dist\janet.h
type: File
- - name: janetconf.h
- path: dist\janetconf.h
- type: File
- name: shell.c
path: dist\shell.c
type: File