One Hat Cyber Team
Your IP :
172.16.0.254
Server IP :
58.26.163.33
Server :
Windows NT DGPENSV2LPKMN 10.0 build 14393 (Windows Server 2016) AMD64
Server Software :
Apache/2.4.46 (Win64) OpenSSL/1.1.1h PHP/7.3.25
PHP Version :
7.3.25
Buat File
|
Buat Folder
Eksekusi
Dir :
C:
/
laragon
/
bin
/
cmder
/
vendor
/
clink-completions
/
Edit File:
.appveyor.yml
# See https://github.com/ignacio/lua-appveyor-example for reference clone_depth: 1 init: - '"C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\vcvarsall.bat""' - set PATH=C:\Python27\Scripts;%PATH% cache: # - .lua -> .appveyor.yml - c:\cache -> .appveyor.yml install: - pip install hererocks codecov - hererocks .lua -l5.1 -rlatest --downloads c:\cache\d --builds c:\cache\bat - .lua\bin\activate - luarocks install busted - luarocks install cluacov - luarocks install luacheck build: off test_script: - luacheck . - busted after_test: - codecov -X gcov -f luacov.report.out
Simpan