3ds: initial unistore support, repo refactors #39
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build and run get tests | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: | |
- main | |
jobs: | |
all: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@main | |
with: | |
submodules: recursive | |
- name: Build and test | |
run: | | |
sudo apt-get update && sudo apt-get -y install python3 wget zlib1g-dev gcc g++ libcurl4-openssl-dev libxml2 xz-utils lzma build-essential libssl-dev | |
make && make run_tests | |
- uses: actions/upload-artifact@v3 | |
with: | |
name: get.bin | |
path: /__w/get/get/get |