Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add zlib v1.3.1 as submodule #4443

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/checkCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 5
submodules: true
- name: Configure
run: |
git submodule status
rm -rf Modelica/Resources/Library/*
mkdir -p Modelica/Resources/Library/$LIBDIR
pushd Modelica/Resources/BuildProjects/autotools
Expand Down Expand Up @@ -76,8 +78,10 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 5
submodules: true
- name: Configure
run: |
git submodule status
if [ "${{ matrix.compiler }}" == "msvc" ]; then
cmake -S "$SRCDIR" -B build -DMODELICA_UTILITIES_INCLUDE_DIR="$TESTDIR" -DMODELICA_DEBUG_TIME_EVENTS=ON
elif [ "${{ matrix.compiler }}" == "mingw" ]; then
Expand Down Expand Up @@ -109,6 +113,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 5
submodules: true
- name: Setup cygwin
uses: cygwin/cygwin-install-action@master
with:
Expand All @@ -119,6 +124,7 @@ jobs:
ninja
- name: Configure
run: |
git submodule status
export PATH=/usr/bin:$PATH
cmake -S "$(cygpath ${SRCDIR})" -B build -DMODELICA_UTILITIES_INCLUDE_DIR="$(cygpath ${TESTDIR})" -DMODELICA_DEBUG_TIME_EVENTS=ON -DCMAKE_BUILD_TYPE=Debug -G Ninja
shell: C:\cygwin\bin\bash.exe -eo pipefail -o igncr '{0}'
Expand Down
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[submodule "Modelica/Resources/C-Sources/zlib"]
path = Modelica/Resources/C-Sources/zlib
url = https://github.com/madler/zlib
branch = master
1 change: 1 addition & 0 deletions Modelica/Resources/C-Sources/zlib
Submodule zlib added at 51b7f2
1,618 changes: 0 additions & 1,618 deletions Modelica/Resources/C-Sources/zlib/ChangeLog

This file was deleted.

367 changes: 0 additions & 367 deletions Modelica/Resources/C-Sources/zlib/FAQ

This file was deleted.

117 changes: 0 additions & 117 deletions Modelica/Resources/C-Sources/zlib/README

This file was deleted.

164 changes: 0 additions & 164 deletions Modelica/Resources/C-Sources/zlib/adler32.c

This file was deleted.

Loading