This repository was archived by the owner on Feb 26, 2023. It is now read-only.
File tree 2 files changed +41
-30
lines changed
2 files changed +41
-30
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ dist : xenial
2
+ language : generic
3
+
4
+ addons :
5
+ apt :
6
+ packages :
7
+ - lua5.1
8
+ - luarocks
9
+ - build-essential
10
+ - gcc-multilib
11
+ - mingw-w64
12
+
13
+ install :
14
+ - sudo luarocks install busted
15
+ - sudo luarocks install luacov
16
+ - sudo luarocks install luacheck
17
+ - sudo luarocks install luastatic
18
+ - export LUA_PATH="$LUA_PATH;./?.lua;./?/init.lua;";
19
+ - LUA_PATH="$LUA_PATH;./lib/?.lua;./lib/?/init.lua" lua ./lib/lunar/lunarc/init.lua
20
+
21
+ script :
22
+ - luacheck ./dist -q --only 011
23
+ - busted -C ./dist --verbose --coverage
24
+
25
+ before_deploy :
26
+ - cd ./build
27
+ - chmod +x ./build.sh
28
+ - " ./build.sh"
29
+
30
+ deploy :
31
+ skip_cleanup : true
32
+ provider : releases
33
+ draft : true
34
+ api_key :
35
+ secure : ovydp5PVXNmW5Z3Ao6eXP16p+qJi7rJMZkFcaoEhmKKyBFV57LPap/tosdRaD+jktehwYQakXNc5iB3oOcrtAk/4yWgC5oKlGdLyHpf2McLqHaK3WnCQhKWs5fovh2gz1XDeYU4G9ur7gQwVSmdiu3DcC1MHByXKr/MxrqizndyQZbUJq/2gipZxMcnRsbQeBrClsFPrXA9jX89zkA5h/eN2v/UjWeTxDaK8+6BZnCk94Oj7ojJ6YNsbRtSnMP+dr5yip9+G6tcKTJpX+o2Pil2M5uhEEVFQHq2UiZZOhsQGyH/JU0WpaJIUN2ysxxlm6ECOr4y0myKuxUG132w06iayG/hk+4Rda22EhJc87FxbIsFaZ7c598HgL2bFpaumye4BM/KJoadBiCtTmTdWjzgHgWai8606j5t5W7LJi1RZvzYW+pVapzkfNpAxY7mG7TJAgRIPz7vqhCbSdGZyhAeoty66cXbFun1hGq4FGx0/tqI27Ttdbo9lng9dS0giTpICeym0xk2vwIfGpa9zr2CZGlHvZiToACCl7Tj6EGOD69lX7/CEkXiX4vD+2IhLR1sO8KNAdWapHNVxdpIstZA/8kMomUlbnxKD1HHUB09e18057aPiDrTe5ou9cA5F+X/CrLw44EOXF60aFsHAqEIfcwMNNx2fXUVkAlvwtkg=
36
+ file :
37
+ - " ./bin/lunarc"
38
+ - " ./bin/lunarc.exe"
39
+ on :
40
+ branch : master
41
+ repo : lunarlang/lunar
You can’t perform that action at this time.
0 commit comments