🐳 chore: modify

This commit is contained in:
jerry
2022-05-03 18:21:25 +08:00
parent b9c21e1640
commit 36a3a9eb5d
Vendored
+1 -1
View File
@@ -8,7 +8,7 @@ pipeline {
}
}
steps {
sh 'mkdir build && cd build && qmake .. && make'
sh 'mkdir build && cd build && qmake .. && make && cd ..'
}
}