Skip to content

Commit

Permalink
Remove devcontainer
Browse files Browse the repository at this point in the history
It will be built by users.
  • Loading branch information
plfiorini committed Oct 22, 2024
1 parent ec6045c commit 6628dd9
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 78 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
continue-on-error: true
strategy:
matrix:
name: [suse-qt515, suse-qt68, fedora, devcontainer]
name: [suse-qt515, suse-qt68, fedora]
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@ Container Images for CI
* **suse-qt515:** OpenSuSE with Qt 5.15
* **suse-qt68:** OpenSuSE with Qt 6.8
* **fedora:** Fedora Rawhide
* **devcontainer:** Arch Linux based image for Visual Studio Code

The following images don't have the documentation inside, meaning they are not
suitable to build Qt documentation such as Fluid API documentation:

* suse-qt515
* suse-qt68
* fedora
* devcontainer

## Build

Expand Down
53 changes: 0 additions & 53 deletions devcontainer/Dockerfile

This file was deleted.

22 changes: 0 additions & 22 deletions devcontainer/Makefile

This file was deleted.

0 comments on commit 6628dd9

Please sign in to comment.