Skip to content

Commit f14ceb3

Browse files
committed
upgrade to AMBuild 2.2, adopt hl2sdk-manifests for SDK config
1 parent e4eb3a2 commit f14ceb3

8 files changed

Lines changed: 150 additions & 334 deletions

File tree

.github/workflows/build-on-default-branch-commit.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,11 @@ jobs:
114114
git clone hl2sdk-proxy-repo -b $sdk hl2sdk-$sdk
115115
done
116116
117+
- name: Fetch SDK Manifests
118+
shell: bash
119+
run: |
120+
git clone https://github.com/alliedmodders/hl2sdk-manifests hl2sdk-manifests
121+
117122
- name: Fetch RCBot2
118123
uses: actions/checkout@v2
119124
with:

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SDK dependencies
2+
hl2sdk-*/
3+
hl2sdk-manifests/
4+
15
# Build outputs
26
build/
37

0 commit comments

Comments
 (0)