mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Remove all Git-related functionality
LOOT no longer uses Git to keep its copies of the masterlists up to date, so this functionality is no longer needed. The removed API items are: - UpdateFile() - GetFileRevision() - IsLatestFile() - libgit2_category() - GitStateError
This commit is contained in:
@@ -118,8 +118,6 @@ jobs:
|
||||
- name: Run tests
|
||||
run: |
|
||||
cd build
|
||||
git config --global user.email "github@github-actions"
|
||||
git config --global user.name "GitHub"
|
||||
./libloot_internals_tests
|
||||
./libloot_tests
|
||||
|
||||
@@ -200,8 +198,6 @@ jobs:
|
||||
- name: Run tests
|
||||
run: |
|
||||
cd build/${{ env.MSVC_CONFIG }}
|
||||
git config --global user.email "github@github-actions"
|
||||
git config --global user.name "GitHub"
|
||||
.\libloot_internals_tests.exe
|
||||
.\libloot_tests.exe
|
||||
|
||||
|
||||
@@ -94,8 +94,6 @@ jobs:
|
||||
- name: Run tests
|
||||
run: |
|
||||
cd build
|
||||
git config --global user.email "github@github-actions"
|
||||
git config --global user.name "GitHub"
|
||||
./libloot_internals_tests
|
||||
./libloot_tests
|
||||
|
||||
|
||||
Reference in New Issue
Block a user