FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
MapServer/.github/workflows/build-mapscript-php.yml at main · MapServer/MapServer · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
MapServer
/
MapServer
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
418
Star
1.2k
Code
Issues
295
Pull requests
11
Actions
Projects
Wiki
Security and quality
18
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
MapServer
/
.github
/
workflows
/
build-mapscript-php.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
38 lines (32 loc) · 798 Bytes
Breadcrumbs
MapServer
/
.github
/
workflows
/
build-mapscript-php.yml
Copy path
File metadata and controls
38 lines (32 loc) · 798 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
name
:
Build and test PHP MapScript
on
:
push
:
branches
:
-
'
*
'
except
:
-
/^(cherry-pick-)?backport-\d+-to-/
pull_request
:
branches
:
-
'
*
'
except
:
-
/^(cherry-pick-)?backport-\d+-to-/
concurrency
:
group
:
${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress
:
true
permissions
:
contents
:
read
jobs
:
build
:
runs-on
:
ubuntu-24.04
strategy
:
matrix
:
php-version
:
[8.5, 8.4]
steps
:
-
name
:
Checkout code
uses
:
actions/checkout@v7
-
name
:
Set up PHP and Install Dependencies
run
:
|
docker run \
-e WORK_DIR="$PWD" \
-e PHP_VERSION="${{ matrix.php-version }}" \
-v $PWD:$PWD ubuntu:24.04 $PWD/scripts/build-mapscript-php.sh
Back
|
FazBrowse Home
|
New Git URL