Skip to content
Snippets Groups Projects
Commit d239ca07 authored by Miguel Castiblanco's avatar Miguel Castiblanco
Browse files

[CICD] Update image

parent cac45bb3
Branches
2 merge requests!4Develop,!3[CICD] Update image
Pipeline #118 passed with stage
in 49 seconds
image: devkitpro/devkita64:latest
image: starcarr/libnx:latest
variables:
PACKAGE_FOLDER: "beetle-wswan"
......@@ -7,6 +7,7 @@ variables:
APP_TITLE: "Beetle-WonderSwan libnx"
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- $PACKAGE_FOLDER
......@@ -16,10 +17,6 @@ stages:
build:
stage: build
before_script:
- dkp-pacman -S --noconfirm devkitARM
- export DEVKITPRO=/opt/devkitpro
- export DEVKITARM=/opt/devkitpro/devkitARM
script:
- rm -rf $PACKAGE_FOLDER
- mkdir $PACKAGE_FOLDER
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment