mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
ci: do not package EtherCAT node for now, as we are missing a RPM package for Etherlab
This commit is contained in:
parent
cd4d0883e9
commit
dd43559c7d
2 changed files with 2 additions and 2 deletions
|
@ -203,7 +203,7 @@ packaging:rpm:
|
|||
- build:fedora:x86_64
|
||||
script:
|
||||
- mkdir -p build && cd build
|
||||
- cmake ..
|
||||
- cmake -DWITH_NODE_ETHERCAT=OFF ..
|
||||
- make ${MAKE_OPTS} doc
|
||||
- make ${MAKE_OPTS} package
|
||||
artifacts:
|
||||
|
|
|
@ -38,7 +38,7 @@ COPY . /villas/
|
|||
|
||||
RUN rm -rf /villas/build && mkdir /villas/build
|
||||
WORKDIR /villas/build
|
||||
RUN cmake -DCPACK_GENERATOR=RPM ..
|
||||
RUN cmake -DCPACK_GENERATOR=RPM -DWITH_NODE_ETHERCAT=OFF ..
|
||||
RUN make -j$(nproc) doc
|
||||
RUN make -j$(nproc) package
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue