Commit 4ad5e867 authored by Reynald Bourtembourg's avatar Reynald Bourtembourg
Browse files

Use tango-idl 6.0-alpha2 for build-cppTango-main CI job (Fix #10)

parent 8de064cf
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -90,7 +90,7 @@ build-cppTango-main:
    - make install
    - cd ${CI_PROJECT_DIR}
    # Install tango-idl
    - git clone --depth 1 https://gitlab.com/tango-controls/tango-idl.git /idl
    - git clone -b 6.0-alpha2 --depth 1 https://gitlab.com/tango-controls/tango-idl.git /idl
    - cmake -B /idl/build -DCMAKE_INSTALL_PREFIX=/usr/local/tango-idl /idl
    - make -j$(nproc) -C /idl/build install
    # Install cppzmq