initial
This commit is contained in:
commit
a03e00082e
21
.gitlab-ci.yml
Normal file
21
.gitlab-ci.yml
Normal file
@ -0,0 +1,21 @@
|
||||
stages:
|
||||
- build
|
||||
|
||||
build:
|
||||
stage: build
|
||||
image: registry.gitlab.com/wolutator/build-env-arduino:latest
|
||||
tags:
|
||||
- hottis
|
||||
- linux
|
||||
- docker
|
||||
variables:
|
||||
GIT_SUBMODULE_STRATEGY: recursive
|
||||
except:
|
||||
- tags
|
||||
script:
|
||||
- apt update
|
||||
- apt install -y gcc g++ libssl-dev uuid-dev xsltproc docbook \
|
||||
docbook-xsl libmariadbclient-dev
|
||||
- pushd parts/mosquitto && make && popd
|
||||
|
||||
|
6
.gitmodules
vendored
Normal file
6
.gitmodules
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
[submodule "parts/mosquitto-auth-plug"]
|
||||
path = parts/mosquitto-auth-plug
|
||||
url = https://github.com/wollud1969/mosquitto-auth-plug.git
|
||||
[submodule "parts/mosquitto"]
|
||||
path = parts/mosquitto
|
||||
url = https://github.com/wollud1969/mosquitto.git
|
1
parts/mosquitto
Submodule
1
parts/mosquitto
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 75fc908bba90d4bd06e85efc1c4ed77952ec842c
|
1
parts/mosquitto-auth-plug
Submodule
1
parts/mosquitto-auth-plug
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 34c1ab00ce22f0e32faf3a2563019fb97e60e687
|
Loading…
x
Reference in New Issue
Block a user