1
0
mirror of https://github.com/janet-lang/janet synced 2024-11-24 17:27:18 +00:00
This commit is contained in:
Calvin Rose 2018-12-08 17:26:07 -05:00
parent 6185af7227
commit bd7157586b
2 changed files with 3 additions and 1 deletions

View File

@ -20,3 +20,4 @@ deploy:
on: on:
tags: true tags: true
repo: bakpakin/janet repo: bakpakin/janet
condition: "$CC = clang"

View File

@ -94,9 +94,10 @@ exit /b 0
:DIST :DIST
mkdir dist mkdir dist
copy janet.exe dist\janet.exe copy janet.exe dist\janet.exe
copy LICESNE dist\LICENSE copy LICENSE dist\LICENSE
copy README.md dist\README.md copy README.md dist\README.md
copy janet.lib dist\janet.lib copy janet.lib dist\janet.lib
copy janet.exp dist\janet.exp
copy src\include\janet\janet.h dist\janet.h copy src\include\janet\janet.h dist\janet.h
:TESTFAIL :TESTFAIL