Skip to content

Commit

Permalink
devops xamarin#40.
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfbjarne committed Mar 28, 2019
1 parent ad56999 commit 48e356d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devops/build-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ jobs:
./configure --enable-xamarin
# testing
make reset-maccore MACCORE_MODULE=$(grep ^MACCORE_MODULE mk/xamarin.mk | sed 's/.*:= //' | sed 's_git@github.com:_https://github.com/_') -v
make reset-maccore MACCORE_MODULE=$(grep ^MACCORE_MODULE mk/xamarin.mk | sed 's/.*:= //' | sed 's_git@github.com:_https://github.com/_') V=1
exit 1 # just testing
exit 12 # just testing
# git init maccore
# cd maccore
# git remote add origin https://github.com/xamarin/maccore
Expand Down

0 comments on commit 48e356d

Please sign in to comment.