Skip to content
This repository has been archived by the owner on May 6, 2023. It is now read-only.

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlOfDuty authored May 23, 2021
1 parent 6630aaa commit e66d67a
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,12 @@ pipeline {
sh 'mv SCPDiscordPlugin/bin/Newtonsoft.Json.dll SCPDiscord/Plugin/dependencies'
}
}
stage('Linux Bot') {
stage('Bot') {
steps {
dir(path: 'SCPDiscordBot') {
sh 'warp-packer --arch linux-x64 --input_dir bin/linux-x64 --exec SCPDiscordBot --output ../SCPDiscord/Bot/SCPDiscordBot'
}
}
}
stage('Windows Bot') {
steps {
dir(path: 'SCPDiscordBot') {
sh 'warp-packer --arch windows-x64 --input_dir bin/win-x64 --exec SCPDiscordBot.exe --output ../SCPDiscord/Bot/SCPDiscordBot.exe'
sh 'cp default_config.yml ../SCPDiscord/Bot/config.yml'
}
}
}
Expand Down

0 comments on commit e66d67a

Please sign in to comment.