Skip to content

Commit

Permalink
Merge pull request #122 from symmetryinvestments/mv_sil_stuff
Browse files Browse the repository at this point in the history
Remove all SIL-specific stuff
  • Loading branch information
skoppe authored Aug 8, 2023
2 parents 0dff1bb + 6ecd824 commit 5c1df1c
Show file tree
Hide file tree
Showing 25 changed files with 25 additions and 1,454 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
if: runner.os == 'Windows'
shell: cmd
run: |
choco install openssl --no-progress || exit /b
choco install openssl.light --version=1.1.1 --no-progress || exit /b
mkdir extern_deps || exit /b
copy "%PROGRAMFILES%\OpenSSL-Win64\lib\VC\libssl64MT.lib" extern_deps\libssl.lib || exit /b
copy "%PROGRAMFILES%\OpenSSL-Win64\lib\VC\libcrypto64MT.lib" extern_deps\libcrypto.lib || exit /b
copy "%PROGRAMFILES%\OpenSSL\lib\VC\libssl64MT.lib" extern_deps\libssl.lib || exit /b
copy "%PROGRAMFILES%\OpenSSL\lib\VC\libcrypto64MT.lib" extern_deps\libcrypto.lib || exit /b
echo KAL_EXT_LIB_WIN64=%CD%\extern_deps>> %GITHUB_ENV%
- name: dub build
Expand Down
48 changes: 0 additions & 48 deletions SIL/README.MD

This file was deleted.

163 changes: 0 additions & 163 deletions SIL/examples/README.md

This file was deleted.

22 changes: 0 additions & 22 deletions SIL/examples/biff.sil

This file was deleted.

61 changes: 0 additions & 61 deletions SIL/examples/headers.sil

This file was deleted.

74 changes: 0 additions & 74 deletions SIL/examples/idle.sil

This file was deleted.

Loading

0 comments on commit 5c1df1c

Please sign in to comment.