File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 - name : Install additional dependencies
2222 if : matrix.os == 'ubuntu-latest'
2323 run : |
24- sudo apt-get install -y --no-install-recommends mono-runtime libmono-system-json-microsoft4.0-cil libmono-system-data4.0-cil # TODO add mosquitto package
24+ sudo apt-get install -y --no-install-recommends mono-runtime libmono-system-json-microsoft4.0-cil libmono-system-data4.0-cil
2525
2626 - name : Checkout project repo
2727 uses : actions/checkout@v4
3838 if : matrix.os == 'ubuntu-latest'
3939 run : |
4040 sudo apt-get install -y --no-install-recommends mosquitto
41- # TODO mosquitto run cmds
42-
43- - name : Install and run mosquitto Windows
44- if : matrix.os == 'windows-latest'
45- run : # TODO install and run mosquitto
4641
4742 - name : Run project tests with CMake
43+ if : matrix.os == 'ubuntu-latest'
4844 run : ctest --test-dir build/output --output-on-failure -C Debug
You can’t perform that action at this time.
0 commit comments