Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
172 changes: 0 additions & 172 deletions .ci/assemble_synApps.sh

This file was deleted.

5 changes: 0 additions & 5 deletions .github/workflows/3_16.set

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/7_0.set
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
BASE="R7.0.4.1"
BASE="7.0"

MODULES="sncseq"

Expand Down
14 changes: 4 additions & 10 deletions .github/workflows/ci-scripts-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,13 @@ jobs:
matrix:
# Job names also name artifacts, character limitations apply
include:
- os: ubuntu-20.04
- os: ubuntu-24.04
cmp: gcc
configuration: default
set: 7_0
name: "Linux 7.0"

- os: ubuntu-20.04
cmp: gcc
configuration: default
set: 3_16
name: "Linux 3.16"

- os: ubuntu-20.04
- os: ubuntu-24.04
cmp: gcc
configuration: default
set: 3_15
Expand All @@ -75,7 +69,7 @@ jobs:
name: "Windows 7.0"

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: true
- name: Automatic core dumper analysis
Expand All @@ -99,7 +93,7 @@ jobs:
- name: Run main module tests
run: python .ci/cue.py -T 15M test
- name: Upload tapfiles Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: tapfiles ${{ matrix.name }}
path: '**/O.*/*.tap'
Expand Down
16 changes: 9 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@
O.*/
*.swp
*BAK.adl
/db
/bin
/dbd
/include
/lib
/templates
/html
bin/
/db/
dbd/
html/
include/
lib/
iocsh/
templates/
cdCommands
envPaths
cdCommands
dllPath.bat
Expand Down
61 changes: 0 additions & 61 deletions .travis.yml

This file was deleted.

Loading
Loading