Skip to content

Commit

Permalink
Enable ccache on Windows CI jobs. (#9801)
Browse files Browse the repository at this point in the history
  - ccache is now available in OMDev. Enable it when compiling OpenModelica
    with OMDev. This should make checking builds on Windows a bit faster
    once we have the initial ccache.

    The nightly Windows job still builds without ccache. So, in the extreme
    case of something going amiss due to ccache, we will still catch it
    the next day.
  • Loading branch information
mahge committed Nov 29, 2022
1 parent c2b2da9 commit 6351983
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Jenkinsfile
Expand Up @@ -187,7 +187,6 @@ pipeline {
withEnv (["PATH=C:\\OMDev\\tools\\msys\\usr\\bin;C:\\Program Files\\TortoiseSVN\\bin;c:\\bin\\jdk\\bin;c:\\bin\\nsis\\;${env.PATH};c:\\bin\\git\\bin;"]) {
bat "echo PATH: %PATH%"
common.buildOMC_CMake('-DCMAKE_BUILD_TYPE=Release'
+ ' -DOM_USE_CCACHE=OFF'
+ ' -DCMAKE_INSTALL_PREFIX=build'
+ ' -G "MSYS Makefiles"'
)
Expand Down

0 comments on commit 6351983

Please sign in to comment.