ci: build using rgbds 0.8.0

This commit is contained in:
Pierre de La Morinerie 2024-07-25 23:10:34 -06:00
parent 12d457d7ed
commit 2ca8393d87
2 changed files with 2 additions and 4 deletions

View File

@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: kemenaran/rgbds:0.6.0
- image: kemenaran/rgbds:0.8.0
steps:
- checkout
- run:

View File

@ -13,9 +13,7 @@ RGBDS :=
ASM := $(RGBDS)rgbasm
ASFLAGS := \
--export-all\
--halt-without-nop\
--preserve-ld
--export-all
LD := $(RGBDS)rgblink
LDFLAGS :=