Commit 5e841b55 authored by Oran Agra's avatar Oran Agra
Browse files

Bring some CI adjustments from 7.0 into 6.0

parent 04ca7d8a
...@@ -18,12 +18,15 @@ jobs: ...@@ -18,12 +18,15 @@ jobs:
- name: module api test - name: module api test
run: ./runtest-moduleapi --verbose run: ./runtest-moduleapi --verbose
build-ubuntu-old: build-debian-old:
runs-on: ubuntu-16.04 runs-on: ubuntu-latest
container: debian:oldoldstable
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: make - name: make
run: make run: |
apt-get update && apt-get install -y build-essential
make
build-macos-latest: build-macos-latest:
runs-on: macos-latest runs-on: macos-latest
......
#!/bin/sh #!/bin/sh
TCL_VERSIONS="8.5 8.6" TCL_VERSIONS="8.5 8.6 8.7"
TCLSH="" TCLSH=""
for VERSION in $TCL_VERSIONS; do for VERSION in $TCL_VERSIONS; do
......
#!/bin/sh #!/bin/sh
TCL_VERSIONS="8.5 8.6" TCL_VERSIONS="8.5 8.6 8.7"
TCLSH="" TCLSH=""
for VERSION in $TCL_VERSIONS; do for VERSION in $TCL_VERSIONS; do
......
#!/bin/sh #!/bin/sh
TCL_VERSIONS="8.5 8.6" TCL_VERSIONS="8.5 8.6 8.7"
TCLSH="" TCLSH=""
for VERSION in $TCL_VERSIONS; do for VERSION in $TCL_VERSIONS; do
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment