Skip to content

Commit

Permalink
appveyor build
Browse files Browse the repository at this point in the history
  • Loading branch information
arakis committed Oct 31, 2019
1 parent 6414534 commit a028385
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions abctl
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ function build {
;;

builder)
(cd src && ${msbuild} Abanu.Tools.sln /p:Configuration=Release /p:Platform=AnyCPU -verbosity:minimal -m)
(cd src && ${msbuild} Abanu.Tools.sln /p:Configuration=Release -verbosity:minimal -m)
cp external/MOSA-Project/bin/Mosa.Plug.Korlib.dll bin
cp external/MOSA-Project/bin/Mosa.Plug.Korlib.x86.dll bin
cp external/MOSA-Project/bin/Mosa.Plug.Korlib.x64.dll bin
Expand All @@ -213,7 +213,8 @@ function build {

assembly)
#(cd src && ${msbuild} Abanu.Kernel.sln /p:Configuration=Debug -verbosity:minimal -m)
(cd src && ${msbuild} Abanu.sln /p:Configuration=Debug /p:Platform=AnyCPU -verbosity:minimal -m)
set -x
(cd src && ${msbuild} Abanu.sln /p:Configuration=Debug -verbosity:minimal -m)
;;

native)
Expand Down

0 comments on commit a028385

Please sign in to comment.