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

Commit

Permalink
gitlab-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
HirotakaKato committed Oct 12, 2019
1 parent b44e2a5 commit 1b1c91d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
stages:
- Build

eval-win10x64-enterprise-ja:
stage: Build
image: hirotakakato/packer
cache:
untracked: true
script:
- packer build -on-error=cleanup -only=virtualbox-iso -var 'cm=nocm' -var "version=0.$(date +%Y%m%d).$(VBoxManage -v | awk -F [.r] '{ printf "%d%d%02d", $1, $2, $3 }')" -var 'update=false' -var 'headless=true' -var "shutdown_command=shutdown /s /t 10 /f /d p:4:1 /c Packer_Shutdown" -var "iso_url=http://software-download.microsoft.com/download/pr/18362.30.190401-1528.19h1_release_svc_refresh_CLIENTENTERPRISEEVAL_OEMRET_x64FRE_ja-jp.iso" -var "iso_checksum=1f3be567fe9e5e002e3ddd76d972aac451276d18" -var "box_tag=HirotakaKato/eval-win10x64-enterprise-ja" eval-win10x64-enterprise.json

0 comments on commit 1b1c91d

Please sign in to comment.