Skip to content
Snippets Groups Projects
Verified Commit 75f9f84d authored by Anne Jan Brouwer's avatar Anne Jan Brouwer :speech_balloon:
Browse files

apt-cache doesn't seem to work like this, disabled for now

parent 723e5f3e
No related branches found
No related tags found
No related merge requests found
Pipeline #56 passed
image: "debian"
cache:
paths:
- apt-cache
build:
stage: build
before_script:
- apt update -qq && apt -o dir::cache::archives="apt-cache" install -y -qq gcc-arm-none-eabi python-pip
- apt update -qq && apt install -y -qq gcc-arm-none-eabi python-pip
- pip install crc16
script:
- cd bootloader
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment