Skip to content

emutos: add option for scsi driver #46

emutos: add option for scsi driver

emutos: add option for scsi driver #46

Workflow file for this run

name: Linux build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install SSH keys
env:
SSH_ID: ${{ secrets.SSH_ID }}
run: ./.travis/install_ssh_id.sh
- name: Install packages
run: |
sudo apt-get update
sudo apt-get install gettext
- name: Setup environment
run: ./.travis/setup_env.sh
- name: build
run: ./.travis/build.sh
- name: deploy
if: ${{ github.event_name == 'push' }}
env:
COMMITER_NAME: ${{ github.event.commits[0].author.name }}
COMMITER_EMAIL: ${{ github.event.commits[0].author.email }}
run: ./.travis/deploy.sh