diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 62f8770..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,12 +0,0 @@ ---- - -image: debian:bullseye - -build: - script: - - apt update; apt install -y gcc make xa65 - - make test - artifacts: - paths: - - "out/memtest*k-f000.901465.bin" - diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..468e1c7 --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,9 @@ +--- + +pipeline: + + build: + image: python:3.10-bullseye + commands: + - apt update; apt install -y gcc make xa65 + - make test