Skip to content

Egor00f/install-kolibrios-toolchain-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install kolibrios toolchain action

This is the installer of the gcc toolchain for kolibrios as github action.

It using installation scripts from https://github.com/Egor00f/kolibrios-gcc-toolchain

Example:

jobs:
  test:
    runs-on: ubuntu-latest
    steps:
      - uses: Egor00f/install-kolibrios-toolchain-action@main

      - name: Test toolchain working
        run: |
          /home/autobuild/tools/win32/bin/kos32-gcc -v
          /home/autobuild/tools/win32/bin/kos32-g++ -v
          /home/autobuild/tools/win32/bin/kos32-ar -V 
          /home/autobuild/tools/win32/bin/kos32-objcopy -V
          /home/autobuild/tools/win32/bin/kos32-strip -V

About

installer of the gcc toolchain for colibrios in the form of github action.

Topics

Resources

License

Stars

Watchers

Forks