• R/O
  • SSH
  • HTTPS

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

File Info

Rev. 1
Size 333 bytes
Time 2022-05-18 22:59:50
Author zmatsuo
Log Message

Content

echo notify.bat %1
set result=%1
if "%APPVEYOR%" == "" goto pass_discord

set PATH=c:\cygwin64\bin;%PATH%
if exist c:\cygwin64\setup-x86_64.exe (
  c:\cygwin64\setup-x86_64.exe --quiet-mode --packages perl --packages perl-JSON --packages perl-LWP-Protocol-https
  )
perl ci_scripts/notify_discord.pl %result%
:pass_discord