Skip to content

Commit

Permalink
build(SIGBMWDEX-170): slc 29 approved build container
Browse files Browse the repository at this point in the history
  • Loading branch information
TorgeHarbig committed Mar 28, 2024
1 parent b8af2cc commit 0fc4a34
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ executors:
resource_class: medium

commands:

install_tools:
steps:
- run:
name: "Install tools"
command: |
apt-get -y update && apt-get install -y git curl
# cypress requirements
apt-get -y install libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libnss3 libxss1 libasound2 libxtst6 xauth xvfb
fortify_scan:
parameters:
build_id:
Expand Down Expand Up @@ -60,6 +70,7 @@ jobs:

steps:
- checkout
- install_tools

- *restore_cache

Expand All @@ -76,6 +87,7 @@ jobs:

steps:
- checkout
- install_tools

- *restore_cache

Expand All @@ -87,6 +99,7 @@ jobs:
<<: *defaults
steps:
- checkout
- install_tools

- *restore_cache

Expand All @@ -98,6 +111,7 @@ jobs:
<<: *defaults
steps:
- checkout
- install_tools
- *restore_cache
- run:
name: Fix host authenticity for github.com
Expand All @@ -121,6 +135,7 @@ jobs:
<<: *defaults
steps:
- checkout
- install_tools
- *restore_cache
- run:
name: Define environment variable with lastest commit's message
Expand Down

0 comments on commit 0fc4a34

Please sign in to comment.