mirror of
https://github.com/3cky/mbusd.git
synced 2025-02-10 00:01:32 +01:00
apt update is required
This commit is contained in:
parent
973966e8dd
commit
8c88626e7b
@ -17,6 +17,7 @@ build:linux_armhf:
|
|||||||
<<: *mbusd_job_template
|
<<: *mbusd_job_template
|
||||||
stage: build
|
stage: build
|
||||||
before_script:
|
before_script:
|
||||||
|
- apt update -qq
|
||||||
- apt install -y -qq build-essential pkg-config cmake
|
- apt install -y -qq build-essential pkg-config cmake
|
||||||
script:
|
script:
|
||||||
- mkdir output.dir/
|
- mkdir output.dir/
|
||||||
@ -28,6 +29,7 @@ build:linux_x86:
|
|||||||
<<: *mbusd_job_template
|
<<: *mbusd_job_template
|
||||||
stage: build
|
stage: build
|
||||||
before_script:
|
before_script:
|
||||||
|
- apt update -qq
|
||||||
- apt install -y -qq build-essential pkg-config cmake gcc-arm-linux-gnueabihf
|
- apt install -y -qq build-essential pkg-config cmake gcc-arm-linux-gnueabihf
|
||||||
script:
|
script:
|
||||||
- mkdir output.dir/
|
- mkdir output.dir/
|
||||||
@ -40,6 +42,7 @@ test_x86:
|
|||||||
image: debian:stable
|
image: debian:stable
|
||||||
#https://forum.gitlab.com/t/testing-copy-yaml-file-to-build-folder/8309
|
#https://forum.gitlab.com/t/testing-copy-yaml-file-to-build-folder/8309
|
||||||
before_script:
|
before_script:
|
||||||
|
- apt update -qq
|
||||||
- apt install -y -qq build-essential pkg-config cmake
|
- apt install -y -qq build-essential pkg-config cmake
|
||||||
- apt install -y -qq python-dev python-pip python-setuptools socat
|
- apt install -y -qq python-dev python-pip python-setuptools socat
|
||||||
- python -m pip install pymodbus service_identity
|
- python -m pip install pymodbus service_identity
|
||||||
|
Loading…
Reference in New Issue
Block a user