Skip to content

* r_make_tmp file extension can be specified as .foo or foo, the firs… #62

* r_make_tmp file extension can be specified as .foo or foo, the firs…

* r_make_tmp file extension can be specified as .foo or foo, the firs… #62

Workflow file for this run

name: CI
on: [push,workflow_dispatch]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, macos-latest ]
steps:
- uses: actions/checkout@v4
- name: Test
run: |
PATH="${PATH}:${PWD}"
echo "$PATH" >&2
( cd test && ./run-test )
- name: Test Installer
run: |
mkdir /tmp/xxx
./bin/installer /tmp/xxx
PATH=/tmp/xxx/bin:$PATH
echo "$PATH" >&2
mulle-bashfunctions env