Skip to content

Commit

Permalink
CI: updates and fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
  • Loading branch information
thliebig committed Jan 2, 2025
1 parent 7edf131 commit f406d80
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@ name: "CI"

on:
push:
branches: ["master"]
branches:
- master
- CI_testing
pull_request:
branches:
- master

jobs:
Linux:
Expand Down
2 changes: 1 addition & 1 deletion build_python.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

if [ $# -lt 1 ]
then
Expand Down
2 changes: 1 addition & 1 deletion make_tarball.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

cd openEMS
GITREV=`git describe --tags`
Expand Down
2 changes: 1 addition & 1 deletion update_openEMS.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

# Compiling OpenEMS may require installing the following packages:
# apt-get install cmake qt4-qmake libtinyxml-dev libcgal-dev libvtk5-qt4-dev
Expand Down

0 comments on commit f406d80

Please sign in to comment.