File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change 66 branches : [ main ]
77
88jobs :
9- lint :
10- runs-on : ubuntu-22.04
11- steps :
12- - uses : actions/checkout@v4
13- - uses : astral-sh/ruff-action@v3
14- - run : ruff check
15- - run : ruff format --check --diff
169 build-win32-binaries :
17- needs : [lint]
1810 runs-on : windows-2022
1911 steps :
2012 - uses : actions/checkout@v4
2618 path : ./FMI/Resources/Library/win32/ModelicaFMI.dll
2719 if-no-files-found : error
2820 build-win64-binaries :
29- needs : [lint]
3021 runs-on : windows-2022
3122 steps :
3223 - uses : actions/checkout@v4
3829 path : ./FMI/Resources/Library/win64/ModelicaFMI.dll
3930 if-no-files-found : error
4031 build-linux64-binaries :
41- needs : [lint]
4232 runs-on : ubuntu-22.04
4333 steps :
4434 - uses : actions/checkout@v4
5040 path : ./FMI/Resources/Library/linux64/libModelicaFMI.so
5141 if-no-files-found : error
5242 build-darwin64-binaries :
53- needs : [lint]
5443 runs-on : macos-13
5544 steps :
5645 - uses : actions/checkout@v4
9685 steps :
9786 - uses : actions/checkout@v4
9887 - uses : astral-sh/setup-uv@v4
88+ - uses : astral-sh/ruff-action@v3
89+ - run : ruff check
90+ - run : ruff format --check --diff
9991 - run : uv build modelica_fmi
10092 - uses : actions/upload-artifact@v4
10193 with :
You can’t perform that action at this time.
0 commit comments