Skip to content

Commit

Permalink
Update to tinyexr v1.0.9 submodule workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RyeMutt committed Aug 18, 2024
1 parent a5207ae commit aed749e
Show file tree
Hide file tree
Showing 190 changed files with 7 additions and 149,256 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "tinyexr"]
path = tinyexr
url = https://github.com/syoyo/tinyexr.git
5 changes: 2 additions & 3 deletions autobuild.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
<string>LICENSES/tinyexr_license.txt</string>
<key>name</key>
<string>tinyexr</string>
<key>use_scm_version</key>
<boolean>true</boolean>
<key>platforms</key>
<map>
<key>common</key>
Expand Down Expand Up @@ -47,7 +49,6 @@
<string>include/tinyexr/tinyexr.cc</string>
<string>include/tinyexr/tinyexr.h</string>
<string>LICENSES/tinyexr_license.txt</string>
<string>include/tinyexr/tinyexr_version.txt</string>
</array>
</map>
</map>
Expand All @@ -57,8 +58,6 @@
<string>.</string>
<key>source_type</key>
<string>git</string>
<key>version_file</key>
<string>include/tinyexr/tinyexr_version.txt</string>
</map>
<key>type</key>
<string>autobuild</string>
Expand Down
3 changes: 1 addition & 2 deletions build-cmd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if [ -z "$AUTOBUILD" ] ; then
exit 1
fi

if [ "$OSTYPE" = "cygwin" ] ; then
if [[ "$OSTYPE" == "cygwin" || "$OSTYPE" == "msys" ]] ; then
autobuild="$(cygpath -u $AUTOBUILD)"
else
autobuild="$AUTOBUILD"
Expand All @@ -33,6 +33,5 @@ pushd "$tinyexr_SOURCE_DIR"
cp -a tinyexr.h "$stage/include/tinyexr"
mkdir -p "$stage/LICENSES"
cp -a ../LICENSE.tinyexr "$stage/LICENSES/tinyexr_license.txt"
echo "v1.0.8" > "$stage/include/tinyexr/tinyexr_version.txt"
popd

1 change: 1 addition & 0 deletions tinyexr
Submodule tinyexr added at 5fcb4d
7 changes: 0 additions & 7 deletions tinyexr/.clang-format

This file was deleted.

7 changes: 0 additions & 7 deletions tinyexr/.drone.yml

This file was deleted.

1 change: 0 additions & 1 deletion tinyexr/.github/ISSUE_TEMPLATE/config.yml

This file was deleted.

26 changes: 0 additions & 26 deletions tinyexr/.github/ISSUE_TEMPLATE/issue-report.md

This file was deleted.

2 changes: 0 additions & 2 deletions tinyexr/.github/codeql.yml

This file was deleted.

44 changes: 0 additions & 44 deletions tinyexr/.github/workflows/codeql.yml

This file was deleted.

2 changes: 0 additions & 2 deletions tinyexr/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions tinyexr/.gitmodules

This file was deleted.

12 changes: 0 additions & 12 deletions tinyexr/.lgtm.yml

This file was deleted.

124 changes: 0 additions & 124 deletions tinyexr/.travis.yml

This file was deleted.

74 changes: 0 additions & 74 deletions tinyexr/CMakeLists.txt

This file was deleted.

33 changes: 0 additions & 33 deletions tinyexr/Makefile

This file was deleted.

Loading

0 comments on commit aed749e

Please sign in to comment.