We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f79f9e commit 7b8b76fCopy full SHA for 7b8b76f
1 file changed
Rakefile
@@ -16,6 +16,7 @@ require 'build_tasks'
16
@conan_settings = {}
17
@conan_scopes = { build_tests: 'True' }
18
19
+##
20
@coverity_email = ENV['LSDSLAM_COVERITY_EMAIL']
21
@coverity_token = ENV['LSDSLAM_COVERITY_TOKEN']
22
@@ -33,7 +34,7 @@ build_root = ENV['BUILD_ROOT'] || "build"
33
34
cmake = CMake.new
35
36
newBuilds = [ Build.new( "Debug", cmake: cmake ),
- Build.new( "Debug_NoGIU", gui: false, cmake: cmake ),
37
+ Build.new( "Debug_NoGUI", gui: false, cmake: cmake ),
38
Build.new( "Release", cmake: cmake )
39
]
40
BuildTasks.new( newBuilds )
0 commit comments