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 5eb18b2 commit 11ec101
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions abctl
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,15 @@ function patch {
function build {
case $1 in
all)

if [ ! -d external/MOSA-Project/Source/packages ]; then
./abctl configure packages
fi

if [ ! -d external/MOSA-Project/bin ]; then
./abctl configure mosa
fi

build builder
build assembly
build native
Expand Down

0 comments on commit 11ec101

Please sign in to comment.