From 54fd0e23328d442fe1e18312b2fec0cd4c587bb6 Mon Sep 17 00:00:00 2001 From: Erki Date: Thu, 16 Jun 2022 23:21:48 +0300 Subject: [PATCH] Fix jenkinsfile by removing unnecessary conan reference --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1bb1572..a5e0ff9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,7 +11,6 @@ pipeline { dir("build") { sh 'ls' - sh 'conan install .. --build=missing' sh 'cmake .. -G "Ninja" -DCMAKE_BUILD_TYPE=Release -DSKULLC_WITH_TESTS=ON' sh 'ninja' sh 'ctest . -T test --output-on-failure --no-compress-output'