Skip to content

Commit 7e7f382

Browse files
authored
Merge pull request #152 from cse-sim/vsashp
VS ASHP progress. RSYSRES accounting improvements.
2 parents ebe460e + 7df1ba2 commit 7e7f382

28 files changed

+23027
-6099
lines changed

.github/workflows/build-and-test.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,16 @@ jobs:
2929
with:
3030
name: CSE.exe
3131
path: msvc/CSE.exe
32+
- name: Upload executable artifiact
33+
uses: actions/upload-artifact@v2
34+
with:
35+
name: CSE.map
36+
path: msvc/CSE.map
37+
- name: Upload executable artifiact
38+
uses: actions/upload-artifact@v2
39+
with:
40+
name: linkRead.log
41+
path: msvc\build\src\CSE.dir\Release\CSE.tlog\link.read.1.tlog
3242
test-cse:
3343
name: Test CSE
3444
needs: build-cse

0 commit comments

Comments
 (0)