Merge pull request #1285 from cpunion/impl-build-mode
Implement llgo build mode support
This commit is contained in:
7
.github/workflows/llgo.yml
vendored
7
.github/workflows/llgo.yml
vendored
@@ -125,6 +125,13 @@ jobs:
|
||||
export LLGO_FULL_RPATH=true
|
||||
bash .github/workflows/test_demo.sh
|
||||
|
||||
- name: Test C header generation
|
||||
run: |
|
||||
echo "Testing C header generation in different build modes..."
|
||||
cd _demo/go/export
|
||||
chmod +x test.sh
|
||||
./test.sh
|
||||
|
||||
- name: _xtool build tests
|
||||
run: |
|
||||
cd _xtool
|
||||
|
||||
Reference in New Issue
Block a user