# HG changeset patch # User Vesa Norilo # Date 1642960757 -7200 # Sun Jan 23 19:59:17 2022 +0200 # Branch dev # Node ID e48630d024e7a3738e15f9dc58869ca29115faa6 # Parent 9f4e4a74310fe8e9bae7d770fa85b05fc87b69f9 fix ubuntu build targets diff --git a/.builds/ubuntu.yml b/.builds/ubuntu.yml --- a/.builds/ubuntu.yml +++ b/.builds/ubuntu.yml @@ -10,7 +10,7 @@ cmake ../kronos -DCMAKE_BUILD_TYPE=Release - build: | cd build - make -j8 kronos veneer + make -j8 - test: | cd build make test