# HG changeset patch # User Vesa Norilo # Date 1642957870 -7200 # Sun Jan 23 19:11:10 2022 +0200 # Branch dev # Node ID 2da1d83c77ad58b4aab324b764dfe6c2d5a1fdab # Parent 421523682b5ff05110396fbf883a310b00923227 Ubuntu build fixes diff --git a/.builds/ubuntu.yml b/.builds/ubuntu.yml --- a/.builds/ubuntu.yml +++ b/.builds/ubuntu.yml @@ -7,11 +7,12 @@ - configure: | mkdir build cd build - emcmake cmake ../kronos -DCMAKE_BUILD_TYPE=Release + cmake ../kronos -DCMAKE_BUILD_TYPE=Release - build: | cd build make -j0 kronos veneer - test: | + cd build make test triggers: - action: email