Skip to content

Commit d60f7a6

Browse files
committed
after build to create package
1 parent 6e25a2c commit d60f7a6

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
\/ \/\___/ \___/|_| |_\__/\___|_| |_| .__/ \__|
66
|_|
77

8-
9-
MoonScript 0.2.5
10-
March 5 2014
8+
MoonScript 0.4.0
9+
December 6 2015
1110

1211
============================
1312

appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ build_script:
1616
test_script:
1717
- moon.exe test.moon
1818
- moonc.exe test.moon
19-
- lua5.1.exe -e "assert(require('moonscript'))"
19+
- lua5.1.exe -e "assert(require('moonscript')); print(require('moonscript.version').version)"
2020

21+
after_build:
22+
- 7z a build.zip moonscript.dll lua51.dll moon.exe moonc.exe LICENSE README.txt
2123

0 commit comments

Comments
 (0)