feat(go4k&sointu): Export .h C header files from the songs using go, also automatically during build for the tests.

The header files are automatically generated during build. No need to #define anything; everything is fixed by the .asm file. This adds go as a dependency to run the unit tests, but this is probably not a bad thing, as go is probably needed anyway if one wants to actually start developing Sointu.
This commit is contained in:
Veikko Sariola
2020-12-03 23:43:39 +02:00
parent a1e7e82d6d
commit efbcf1454e
17 changed files with 279 additions and 113 deletions

View File

@ -42,7 +42,6 @@ jobs:
steps:
- uses: lukka/get-cmake@v3.18.3
- uses: actions/setup-go@v2
if: ${{ matrix.config.gotests == 'yes' }}
- uses: actions/checkout@v2
- uses: ilammy/setup-nasm@v1.2.0
- name: Run ctest