Skip to content

Commit

Permalink
build: do not build full virtualbox gcc outside of master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
bamiaux committed Feb 3, 2020
1 parent dff251e commit 4bda6da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Expand Up @@ -133,6 +133,8 @@ virtualbox:gcc:
- mkdir -p out/linux.amd64/release/bin/additions
- touch out/linux.amd64/release/bin/additions/VBoxGuestAdditions.iso
- kmk packing VBOX_WITH_ADDITIONS= VBOX_WITH_TESTCASES= VBOX_WITH_TESTSUITE= VBOX_DO_STRIP=1
only:
- master

.virtualbox:pre_kmk:msvc:
stage: virtualbox
Expand Down

0 comments on commit 4bda6da

Please sign in to comment.