Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
moklidia committed Jul 12, 2023
1 parent 5d39f4f commit 8230b07
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
# name: Create Linux release
# on:
# push:
# branches: [ feature/237_create_portable_binaries_2 ]
# pull_request:
# branches: [ feature/237_create_portable_binaries_2 ]
# jobs:
# make:
# strategy:
# matrix:
# os: [ubuntu-20.04]
# fail-fast: false
# runs-on: ${{ matrix.os }}
# steps:
# - name: "[Enclose.IO] Install dependencies"
# run: |
# sudo apt update
# sudo apt install -y build-essential squashfs-tools curl gcc make bison
# - uses: actions/checkout@v2
# - name: "[Enclose.IO] Set up Ruby"
# uses: ruby/setup-ruby@v1
# with:
# ruby-version: '3.0.3'
# - name: "[Enclose.IO] Create Linux Release"
# run: |
# wget https://github.com/pmq20/ruby-packer/releases/download/linux-x64/rubyc
# chmod +x ./rubyc
# ./rubyc --openssl-dir=/etc/ssl ./uffizzi
# - name: Upload Artifacts
# uses: actions/upload-artifact@v2
# with:
# name: package archive
# path: a.out
name: Create Linux release
on:
push:
branches: [ main ]
# pull_request:
# branches: [ feature/237_create_portable_binaries_2 ]
jobs:
make:
strategy:
matrix:
os: [ubuntu-20.04]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- name: "[Enclose.IO] Install dependencies"
run: |
sudo apt update
sudo apt install -y build-essential squashfs-tools curl gcc make bison
- uses: actions/checkout@v2
- name: "[Enclose.IO] Set up Ruby"
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0.3'
- name: "[Enclose.IO] Create Linux Release"
run: |
wget https://github.com/pmq20/ruby-packer/releases/download/linux-x64/rubyc
chmod +x ./rubyc
./rubyc --openssl-dir=/etc/ssl ./uffizzi
- name: Upload Artifacts
uses: actions/upload-artifact@v2
with:
name: package archive
path: a.out

0 comments on commit 8230b07

Please sign in to comment.