Skip to content

Commit

Permalink
first run with github runner #7
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrooommmaaa committed Feb 15, 2020
1 parent 26cc410 commit 0c33bbd
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 5 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: ubuntu

on:
pull_request:
push:
branches:
- master
- 'release/**'
- rrrooommmaaa-7-gha

env:
CORES: 2
BUILD_MODE: normal
GPG_VERSION: stable

jobs:
tests:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'skip ci')"
timeout-minutes: 50
steps:
- uses: actions/checkout@v1
- name: Build RPM
run: |
set -x
./prepare.sh
4 changes: 0 additions & 4 deletions .gitlab-ci.yml

This file was deleted.

1 change: 0 additions & 1 deletion prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ set -ex
# See https://github.com/rnpgp/rnp/blob/master/doc/PACKAGING.md

# shellcheck disable=SC1091
. /usr/local/rpm-specs/setup_env.sh

# build_cmake_package() {
# local readonly package_name="${1}"
Expand Down

0 comments on commit 0c33bbd

Please sign in to comment.