Skip to content
Snippets Groups Projects
Unverified Commit b6fa9808 authored by Christian Rebischke's avatar Christian Rebischke
Browse files

enable github actions support for PRs


Furthermore we disable travis support and link the right badge in the
README. This is supposed to fix #55

Signed-off-by: default avatarChristian Rebischke <chris@nullday.de>
parent 2b384ffe
No related branches found
No related tags found
No related merge requests found
name: CI
name: Github-Actions
on: [push]
on: [push, pull_request]
jobs:
build:
vagrant-validation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: install packer
......
language: generic
dist: trusty
sudo: false
install:
- ./generic-ci.sh install
script:
- ./generic-ci.sh verify
notifications:
- email: false
# arch-boxes
[![Build Status](https://travis-ci.org/archlinux/arch-boxes.svg?branch=master)](https://travis-ci.org/archlinux/arch-boxes)
[![Actions Status](https://github.com/archlinux/arch-boxes/workflows/CI/badge.svg)](https://github.com/archlinux/arch-boxes/actions)
Arch-boxes provides automated builds of the Arch Linux releases for
different providers and post-processors. Check the providers or post-processor sections if you want to know
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment