Skip to content

Commit

Permalink
container
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-naumov committed May 3, 2024
1 parent e9c4d28 commit e635a3f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ubuntu_sandbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,15 @@ jobs:
make -v
gcc -v
clang -v
git clone https://github.com/alexander-naumov/gnu-screen.git
cd gnu-screen
./autogen.sh
cc=gcc ./configure CFLAGS="-Wall -DDEBUG"
make
./screen -v
./screen -ls || echo $?
make clean
;;
fedora*)
dnf -y update
Expand All @@ -81,15 +90,6 @@ jobs:
cp $(which git) "/artifacts/${artifact_name}"
echo "Produced artifact at /artifacts/${artifact_name}"
- name: Build screen
with:
arch: ${{ matrix.arch }}
distro: ${{ matrix.distro }}

env: | # YAML, but pipe character is necessary
artifact_name: git-${{ matrix.distro }}_${{ matrix.arch }}
shell: /bin/sh

# Items placed in /artifacts in the container will be in
# ${PWD}/artifacts on the host.
run: |
Expand Down

0 comments on commit e635a3f

Please sign in to comment.